Search found 4 matches

by Ben Jardine
Mon Oct 19, 2015 9:39 am
Forum: Automation Discussions
Topic: Writing Information From an XML to a CSV File
Replies: 6
Views: 5372

Re: Writing Information From an XML to a CSV File

Hi,

I have removed the blank writeline and when I try to generate the csv it has the PolicyNumber header and just a blank line beneath it that hasn't been populated?

Thanks
Ben
by Ben Jardine
Wed Oct 14, 2015 2:41 pm
Forum: Automation Discussions
Topic: Writing Information From an XML to a CSV File
Replies: 6
Views: 5372

Re: Writing Information From an XML to a CSV File

Hi, apologies for the slightly late reply, I have compiled a project with my set up that I'm using, I've also attached the output file that is generated by our program, I've cut it down so it just has the policy number. If you need the location on the computer where this goes it is C:\Users\[usernam...
by Ben Jardine
Fri Oct 09, 2015 3:11 pm
Forum: Automation Discussions
Topic: Writing Information From an XML to a CSV File
Replies: 6
Views: 5372

Re: Writing Information From an XML to a CSV File

Hi,

Thanks for your reply, I will compile a project and get it over to you on Monday.
by Ben Jardine
Thu Oct 08, 2015 10:19 am
Forum: Automation Discussions
Topic: Writing Information From an XML to a CSV File
Replies: 6
Views: 5372

Writing Information From an XML to a CSV File

I'm trying to write some code which writes a number from an XML file to a CSV file which can be referenced in later tests. I would like the output to look like this, the text PolicyNumber is a header and then the 1234... number is the output policy number: PolicyNumber 1234PC1234 I have managed to g...