Posting a CSV file - Perl and Java examples
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Data Management
An example using Perl to post a CSV file with basic auth credentials and Java Apache HttpClient class to post a CSV file with basic auth credentials.
For more information, see Post CSV or Excel files directly to an import set.
Perl example
Java example
Note: The Apache HttpClient may limit the amount of data you can import in a single transaction. This example is meant as a starting point and should not be used in production.