Hi all,
I'm trying to get data from Eloqua by Bulk APIs because of big data.
But my Contact has 186 fields (more than the Bulk export limitation 100). I think I need to get all data by 2 exports.
How could I match 2 parts of a row and join them together?
I'm afraid that any edit of data between the 2 syncs for the 2 exports would make the order different.
E.G.:
1. any record is deleted or edited(make it not matching the filter) after getting data of the first part and before getting the second part, then every one behind it would move up in the second part result.
2. data of some fields (included in both parts) are changed between the 2 syncs, then values of the second part are newest but values of the first part are old.
Any suggestions would be expected.
Thanks,
Biao