Hi guys,
I have a situation where I have defined a Data integration job that is supposed to use a file as a source for the data.
The challenge I have is that the import job can be run in parallel by multiple users. Which means that I have to use a different file every time a user wants to run the import job.
SInce I have tens of users, I cannot create dedicated jobs for each of them.
I was thinking of creating a custom Dashboard widget that would allow the user to upload a file and then run the DataIntegration job.
My question is related to how I should create the data integration job to pass the file as a parameter.
Is this even possible?
Thank you,
Adrian