Examples of exporting data FROM Pricefx to various destinations (CSV, SFTP, database). Each example includes complete route, filter, and configuration files.
|
Example |
What |
Destination |
Key Components |
|---|---|---|---|
|
Export Products to CSV |
Products/Extensions |
Local CSV file |
pfx-api:fetch, pfx-csv:marshal |
|
Export to SFTP |
Any object type |
Remote SFTP server |
pfx-api:fetch, pfx-csv:marshal, pfx-sftp |
|
Export from Datamart |
Datamart data |
CSV file |
pfx-api:fetch, batchedMode |
|
Delta/Incremental Export |
Changed records only |
CSV file |
lastUpdateDate filter |
|
Batched Export (Large Datasets) |
Large data sets |
CSV file |
batchedMode, fetchIterator |