LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data seperation

Solved!
Go to solution

i have attach here doc. file with my problem

Download All
0 Kudos
Message 1 of 14
(2,826 Views)

Hi kalu,

 

do the NI AEs don't get in-house lessons on LabVIEW? Don't you have possibilities to talk to LabVIEW AEs in-house?

Why do you attach proprietary file formats (twice) instead of plain text?

 

In your example text there's a semicolon instead of a colon, that might interrupt your matching routine...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 14
(2,823 Views)

thanks for reply and so sorry that i have attached two times a same file.

in given example there are : and ; but data after : are only important . i donnot know how to get the poper solution.

thanking you

kalu

0 Kudos
Message 3 of 14
(2,815 Views)

Try the "Search/Split String" VI. This will search the string and split it at the ":" character.

 

-CC 

----------------------------------------------------------------------------------------------------------------------------
"If anyone needs me, I'll be in the Angry Dome!"


0 Kudos
Message 4 of 14
(2,797 Views)

if i use  search/split string then i can only seperate from first line but there are around 100 line of data how can i seperate data after :  in each line . i have to take data from each line .

thanking you

0 Kudos
Message 5 of 14
(2,793 Views)

Hi kalu,

 

using SpreadsheetStringToArray you could transform your text into an array of strings, one line to one string. Then in a loop you could examine each string.

Or you use PickLine to pick each line...

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 14
(2,778 Views)

@Gerd: Blue name plate != NI employee (at least not necessarily).

Showed this somewhere in this thread.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 7 of 14
(2,771 Views)

Hi Norbert,

 

so NI once choose to have blue name plates for it's AEs, but fails to force Lithium to apply a correct filter for the email addresses?

 

Well, learned something new for today 🙂 (Apart from controlling a stepper motor using CANopen on cRIO+NI9853...)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 8 of 14
(2,764 Views)

Gerd,

 

well, not only for AE's but also for all other employees. E.g.Brittany Wilson, the NI Content Specialist.

 

A day without learning anything is a sad day....

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 9 of 14
(2,758 Views)

thanks for reply but what should i have to give in formate string shoud i write : or ???

0 Kudos
Message 10 of 14
(2,753 Views)