PipedreamHQ / PipedreamHQ/pipedream
[Components] easycsv
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# easycsv
## URLs
## Webhook Sources
### new-csv-file-generated-instant
#### Prompt
Emit new event whenever a new CSV file is generated due to data import. Props required: Import ID.
### new-spreadsheet-row-imported-instant
#### Prompt
Emit new event with each new row (record) being imported from a spreadsheet. Props required: Spreadsheet. Optional prop: Specific Sheet, if the spreadsheet has multiple sheets.
### new-data-imported-instant
#### Prompt
Emit new event when new data is sent for import via the webhook URL. No props required.
## Actions
### create-csv
#### Prompt
Creates a new, usable CSV file as per user requirements. Props needed include the CSV content fields and corresponding values. Optional props can include a filename if the user wants to specify one.
### add-data
#### Prompt
Uploads a user-provided CSV file to EasyCSV platform. The primary prop required is the CSV file. An optional prop can include a specific folder path if the user wants to store it at a specific location.
Contributor guide
Assessment
This issue has not been assessed yet.