Configure export settings during data integration / extraction in AWS

Is there a way (i.e., script) to specify your export settings-- Value and header format, Advance options, etc., when you extract your data via API integration with AWS?

@Kal_Lam @wroos for your assistance please. Thank you.

Hi @hm11 and @abuislam, yes this is possible — all operations that you can do through the UI can be done via the API. The easiest is to open your browser dev tools to see which API endpoints are being called during a sequence of steps and then you can replicate that through a script, in AWS through Lambda or wherever. All the best :slight_smile:

1 Like

Thank you for confirming @Josh . We are currently exploring the use of lang and lang_header based on some posts we’ve seen. However, if you have any other code or script parameters that we could use, would you kindly share them with us? Thank you again.

Hi @hm11, you can refer to the docs at the export-settings endpoint and see what options are available:

/api/v2/assets/<asset_uid>/export-settings/
2 Likes