You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excuse the basic question. I can see you have transformSource for exports. Is there any way to use your import tools to 'transform' and input, as it gets processed? My use case is where I have a collection in MongoDB, where I want to push across one of the fielsd as a parent_id, and leverage your interface to the bulk API. Thanks.
The text was updated successfully, but these errors were encountered:
There's a better way to do some of this stuff, but the project was thrown together quickly for a very limited use case, and at the time, it made sense (for the project I was working on) to transform at the export stage (so I could spot-check the files before importing).
Depending on how big your data set is, you could import all your data. Then export it using a transform. The reimport it.
There are also some command line json parsing/transforming tools available that you might want to look into (like jq and underscore-cli).
Excuse the basic question. I can see you have transformSource for exports. Is there any way to use your import tools to 'transform' and input, as it gets processed? My use case is where I have a collection in MongoDB, where I want to push across one of the fielsd as a parent_id, and leverage your interface to the bulk API. Thanks.
The text was updated successfully, but these errors were encountered: