I want to some RAW data into marklogic using MLCP but by data is in the form like this
Informatio#data1 #data2#data3#data4 #data5
Informatio#data10 #data6#data7#data8 #data9
The challenges for sending this data into ML 9 using MLCP are
- First there is no column names in first row , Usually when using mlcp the first row is become column name for the below respective columns . Rather than having column names in the first row is there any way to pass them into marklogic.
- Second, Since the first column is same value. when generating URI's the first column name will be taken so the data ingested into ML were overwritten . In my csv file there is no unique column values so i dont know how can i generate unique URI'S for the documents .
Any help is appreciated
Thanks