Hi,
I have some data I need to import. Is in the format:
Company NoteID LineID Text
Company1 1 0 Text1
Company1 1 1 Text2
Company2 1 0 Text1
Company2 1 1 Text2
Company2 2 0 Text1
Company3 1 0 Text1
Company3 1 0 Text2
Company3 1 0 Text3
The data has been exported from a proprietary format. I need to end up with one line of text per NoteID.
Hopefully I have explained this well enough and it is not too complicated for me to understand ;-)
Thanks,
Petzl
I have some data I need to import. Is in the format:
Company NoteID LineID Text
Company1 1 0 Text1
Company1 1 1 Text2
Company2 1 0 Text1
Company2 1 1 Text2
Company2 2 0 Text1
Company3 1 0 Text1
Company3 1 0 Text2
Company3 1 0 Text3
The data has been exported from a proprietary format. I need to end up with one line of text per NoteID.
Hopefully I have explained this well enough and it is not too complicated for me to understand ;-)
Thanks,
Petzl