- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
I actually wrote an early version of Campaign's Gigya connector. Your process is essentially correct here, and for data import in general. The Transfer activity can be followed by File collector to process multiple files simultaneously and manage them on disk, or with custom js/shell to achieve different goals. If you're sourcing data via Gigya's API, you want your code to write the results to csv and ingest them via the same ordinary processes.
Thanks,
-Jon