Hi, All,
Suppose I have a CSV file, there is data in it.

*                 Column 1     Column2              Column 3       Column 4
Row1        a                   b                          c
Row2        a2                 b2                         c2*

You know, the column 4 is no data
Now, I would like to insert data to Column 4, after save, the CSV file will
be:


*                 Column 1     Column2              Column 3       Column 4
Row1        a                   b
c                    d
Row2        a2                 b2
c2                  d2*

How can I do that?

Any suggestion would be quite appreciated.

Thanks.
Wesley Chen.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to