Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

Closed Thread    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 06-09-2012
A-V A-V is offline
Registered User
 
Join Date: May 2012
Posts: 103
Thanks: 54
Thanked 2 Times in 2 Posts
Need help converting txt to XML

I have a table as following

Archive idLineAuthorTime Text
1fjj34 375jk5l 03:20 this is an evidence regarding ...
1fjj34 4gjhhtrd03:21 we have seen those documents before
1fjj34 10645jmdvvb04:00 Will you consider such an offer?
3a530367rdnsa01:17 Will you consider such an offer?

but my separators are "|" so my plain text files looks like

Quote:
Archive id|Lie|Author|Time|Text
1fjj34|3|75jk5l|03:20|this is an evidence regarding xxx
1fjj34|4|gjhhtrd|03:21|we have seen those documents before
1fjj34|10|645jmdvvb|04:00|Will you consider such an offer?
3a530|3|67rdnsa|01:17|Will you consider such an offer?
I have absolute no ideal when where to start in relation to convert it to XML and my data is nested so bit confused. I would be grateful if you can help me.

the output structure is

Code:
< archives>
	…
	< archive id="1fjj34">
		<file line="3">
			<author>75jk5l</author>
			<time>03:20</time>
			<text> this is an evidence regarding xxx </text>
		</file>
		<file line="4">
			<author>gjhhtrd</author>
			<time>03:21</time>
			<text> we have seen those documents before </text>
		</file>
		…
		<file line="10">
			<author>645jmdvvb</author>
			<time>04:00</time>
			<text> Will you consider such an offer? </text>
		</file>
	</archive>
	…
	< archive id="3a530">
		<file line="3">
			<author>67rdnsa</author>
			<time>01:17</time>
			<text> Will you consider such an offer? </text>
		</file>
	</ archive>
	…
< archives>

note: the data has originally been in XML, I have received the help from this forum to convert in to txt which you can see in here. I have done all the calculation and filtering I needed and wished to convert it back to XML

Thank you in advance for your help
Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
AIX converting PDF to PS vinayakshukre AIX 3 12-11-2008 05:14 AM
converting hex to dec aismann Shell Programming and Scripting 4 02-26-2008 04:51 AM
sed converting / to \/ sakthi.abdullah UNIX for Advanced & Expert Users 8 12-14-2006 02:56 AM
Converting csv to xls miltony Shell Programming and Scripting 1 12-05-2005 01:08 AM
converting .txt laila63 UNIX for Dummies Questions & Answers 4 06-30-2004 04:56 PM



All times are GMT -4. The time now is 12:12 AM.