Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have simillar requirement as given by this person. But Could not understand your solution in detail.Could you please elobrate more ?
As this person, my case also has Billing details in unstructured form , and i wanted to load them in the target table.
My source is as follows
Bill # : 1111
Bill Date : 1/1/2017
Bill amount : $11.11
Auth Code : Abc
----------------------- end of the File
Bill # : 2222
Bill Date : 2/1/2017
Bill amount : $22.22
Auth Code : XYZ
----------------------- end of the File
Like wise, I have millions of records and my TARGET table should be like the below
--------------------------------------------------------------------------------
Bill | Bill Date | Bill Amount | Auth Code
--------------------------------------------------------------------------------
111 | 1/1/2017 | 11.11 |ABC
222 | 2/1/2017 | 22.22 |XYZ
--------------------------------------------------------------------------------
Can you please let me know which components needs to be used for this and how can I solve this ?
Thanks
Sudipto