LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Seperate Data Entries with Tabs (Write Delimited Spreadsheet)

Solved!
Go to solution

I'm trying to simulate the continuous measurement and saving of 2D data I get from a measurement device. It works perfectly, only the formatting is an issue to me right now. In the description of the Write Delimited Spreadsheet function it says that the data entries are seperated with a tabulator (\t) by default. In my mind, the data entries being seperated with a tab would write them in seperate columns next to each other, but it doesn't.

Attached are the program I use to simulate the measurement, how it is saved and also how I would like for it to be saved.

Any help is appreciated. ^^

0 Kudos
Message 1 of 4
(744 Views)
Solution
Accepted by topic author Apollito

you may want to use Apache's open office to get the formating of the .csv created right, but tab \t should exactly do what you want.

moreover, labview is usually using utf-8 encoding...

 

alexderjuengere_0-1706024826367.png

 

 

if you want to open this .csv via double-left click in EXCEL, in Europe the  ; is usually used as default delimiter, therefore you should change /t to ;

this is very likely different in the US

 

with /t with ;
alexderjuengere_1-1706024986254.png alexderjuengere_2-1706025177503.png

 

 

 

fun fact: if you copy a range of cells in excel and copy it via clipboard to the Body of a forum post, this will spawn a nice html-table

0 Kudos
Message 2 of 4
(723 Views)

Thank you very much, I appreciate it a lot.

It is weird to me, though, that it doesn't show you a list of delimiters/how for example a tab is to be defined in the delimiters constant. (or maybe I just didn't read well enough)

0 Kudos
Message 3 of 4
(705 Views)

@Apollito wrote:

Thank you very much, I appreciate it a lot.

It is weird to me, though, that it doesn't show you a list of delimiters/how for example a tab is to be defined in the delimiters constant. (or maybe I just didn't read well enough)


well, this is probably a "read the fine manual"-issue

0 Kudos
Message 4 of 4
(606 Views)