07-11-2017 06:36 AM
@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.
07-11-2017 08:17 AM
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."