Search found 2 matches

by majinfaisal
10 Sep 2007 15:41
Forum: DOS Batch Forum
Topic: Batch Help needed to add a column and details in a CSV file
Replies: 3
Views: 9763

Hi, thanks for the help.

Code is very close but the new column is not created. Would inserting the new columns first and then using the skip=1 function in the for statement be the best approach? Or is there another way to achieve this?

Many thanks again.
by majinfaisal
09 Sep 2007 14:22
Forum: DOS Batch Forum
Topic: Batch Help needed to add a column and details in a CSV file
Replies: 3
Views: 9763

Batch Help needed to add a column and details in a CSV file

Hi, I require some help in modifying a csv file in batch. I have a csv file that contains details obtained from a database. So an example construct is as follows: - id, first_name, second_name, location 1, john, locke, 123.someroad 2, jack, shepard, 555.island 3, abc, khan, 888.house 4, popeye, sail...