website logo
⌘K
Introduction
Automation Editor
API Editor
BUILD GUIDE
Environments
API
Design
Webhooks
Connections
Constants
WEBHOOKS SETUP
Google Calendar Webhook
Quickbooks Webhook
Square Webhook
Twitter Webhook
Xero Webhook
CORE APIs
Core API Functions
Core Multi
Core Bulk
Text
Number
List
DateTime
JSON
Web
ACCOUNT MANAGEMENT
Manage Account
Analytics
Monitor Your Tasks
Request APIs
Request Provider
Docs powered by archbee 
2min

Convert From CSV

Converts Comma Separated Values into a list of JSON Objects. It is mandatory to have the first line of the csv as the header.

The field names are cleaned by replacing everything except text and number to "_".

API Definition

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get

Updated 26 Nov 2022
Did this page help you?
Yes
No
UP NEXT
Combine by Index
Docs powered by archbee 
From CSV to List API