LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Log test data into single file (CSV format)


@abinash_bam wrote:

second input comes in first column ; i need to move to 2nd column. 


That is because you are using TAB for the delimiter.  If you are going to save it as a CSV, you should use a Comma.  After all, you are making a Comma Separated Values file.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 11 of 12
(461 Views)

That's because you saved it with the CSV extension so opening in Excel looks for a comma delimiter.

If you saved it with a .txt extension and opened in Excel, it would be in two columns.

 

Quote from Message #6

"You should be using either the default tab character, or a comma."

0 Kudos
Message 12 of 12
(456 Views)