Unetus Docs
  • Documentation
  • Download
    • Introduction
    • Install
    • Send Your First Request
    • Import and Export Data
    • Environment Variables
    • Workspaces
    • Requests
    • Responses
    • Request Collections
    • Request Timeouts
    • Chaining Requests
    • Post CSV Data
    • SOAP Requests
    • gRPC
    • WebSocket Support
    • Get Started with Documents
    • Design Documents
    • Linting
    • GraphQL for OpenAPI
    • Unit Testing
    • Stress Testing
    • Authentication
    • Client Certificates
    • Generate Code Snippet
    • Cookie Management
    • Encoding
    • GraphQL Queries
    • Key Maps
    • Proxy
    • Insomnia Configuration File
    • Introduction to Plugins
    • Context Object Reference
    • Template Tags
    • Hooks and Actions
    • Custom Themes
    • FAQ
    • Application Data
    • SSL Validation

Post CSV Data

This section outlines how to POST CSV data.

In the middle column underneath the request box, click Body. Select “Binary file” as the Body type.

Change the Body type to Binary File from the Body dropdown menu underneath the request box. To get the option to POST CSV data, select Binary File from the Body dropdown menu.

You will then be prompted to choose a file.

Select your CSV data file and you will be able to send a POST request containing data in CSV format. This is given that you set the appropriate content-type headers as needed by the API you’re trying to reach.

Edit this page
Report an issue
© 2021-2023 Kong Inc.
© 2023 Unetus Project