Hi,
I have three files that I want to combine into one XML file.
They are in the following format
"field 1", "field 2" ..."field N"
I need to create XML file based on data in all three file.
I know that this is a bit vague but
My question is would this be possible with AWK or am I better of using an different language like Java
I have three files that I want to combine into one XML file.
They are in the following format
"field 1", "field 2" ..."field N"
I need to create XML file based on data in all three file.
I know that this is a bit vague but
My question is would this be possible with AWK or am I better of using an different language like Java