Hi All,

I Have a file with "|" seperated values.

example:

#Id|Name|Place|Type|Restriction
010400000000001|abc|test|1|Y
010400000000002|def|test||N
010400000000005|ghi|test||Y

The file would be in compressed state with extension .gz

I need to use mlcp to load this into DB, as xml files.
The structure of the xml file being

<root>
  <#Id></#Id>
  <Name></Name>
  <Place></Place>
  <Type></Type>
  <Restriction></Restriction>
</root>


I have tried using the input_compressed options but it isnot working.
Can anyone suggest me to resolve this.

Thanks.
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to