Hello There:
I have an XML file that I am trying to convert to a database format.
I have played about with an XSLT but cannot find an instruction for 'end of record'.
THe XML is a series of purchase orders so I need to separately define each order. I am initially looking to convert to text but the result does not delineate between each record; giving instead a long string divided by semi colons. The order is defined under the first element JOB and all element under that define the lines of the order; but how can I put an 'end of line' or 'end of record' command in after each JOB; and how can I put a comma between each element to get a csv format?
Thanks!
I have an XML file that I am trying to convert to a database format.
I have played about with an XSLT but cannot find an instruction for 'end of record'.
THe XML is a series of purchase orders so I need to separately define each order. I am initially looking to convert to text but the result does not delineate between each record; giving instead a long string divided by semi colons. The order is defined under the first element JOB and all element under that define the lines of the order; but how can I put an 'end of line' or 'end of record' command in after each JOB; and how can I put a comma between each element to get a csv format?
Thanks!