Data Loading : Where is the file getting stored when using Upload from local machine | Community
Skip to main content
June 19, 2024
Solved

Data Loading : Where is the file getting stored when using Upload from local machine

  • June 19, 2024
  • 1 reply
  • 616 views

Hi, 
We have the option called upload from local machine, for data loading activity. Is it possible we can find where the file is stored while uploading it to server. Can we access the server where the file gets stored, as it shows its being stored in the temporary schema. 
I checked in many schemas in adobe unable to find the same.

Any idea how we can see where it's getting stored?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ParthaSarathy

Hi @laksh1519 ,

Place a JavaScript code activity next to data loading and paste the below script in it

logInfo(vars.filename);

After running the workflow, click display logs on JS code activity, you can find where the file got uploaded in server.

Temporary tables are work tables which used to get purged when the workflow goes to finished state (Until you enable keep the interim result checkbox in WKF properties). You can see this temporary table name by right clicking data loading activity's transition > display the target > Schema tab

1 reply

ParthaSarathy
Community Advisor
ParthaSarathyCommunity AdvisorAccepted solution
Community Advisor
June 19, 2024

Hi @laksh1519 ,

Place a JavaScript code activity next to data loading and paste the below script in it

logInfo(vars.filename);

After running the workflow, click display logs on JS code activity, you can find where the file got uploaded in server.

Temporary tables are work tables which used to get purged when the workflow goes to finished state (Until you enable keep the interim result checkbox in WKF properties). You can see this temporary table name by right clicking data loading activity's transition > display the target > Schema tab

~  ParthaSarathy S~  Click here to join ADOBE CAMPAIGN USER GROUP for Quarterly In-person | Hybrid | Virtual Meetups