Forum Discussion
Here are my temporary headers in Postman:
To my knowledge there is no way to check if the file has been committed to the server, this call is the second call in a three-part upload process through the API. I can verify this if need be.
The first API call prepares the upload, the second API (this call) uploads the file to the server, and the third API call commits the uploaded file to the endpoint using values in the response body of this second API call.
- Siva_Venna6 years agoContributor
@cstewart the column names remain same but number of columns changes. Need help to configure the mapper accordingly.
- RogerSramkoski6 years agoEmployee
Sounds like what you’re looking for here is schema change detection and we have a blog article on that (video and link to download pipelines at the bottom of the blog post). That demo shows how to alert on the schema change detection, so you would need to customize the pipeline so you could run ALTER TABLE statements to add/remove columns appropriately after the Diff snap.
- Siva_Venna6 years agoContributor
@rsramkoski Below is my requirement, Whatever the columns present in the source table has to loaded to target table. what snaps to be used to connect source and target to get the solution ?