Skip to content

Keboola extractor, that converts excel to CSV based on input mapping criteria and upload to S3 bucket

Notifications You must be signed in to change notification settings

SvetlanaM/kbl-to-csv-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KBL - Excel to CSV extractor

Keboola extractor, that converts excel to CSV based on input mapping criteria.

  1. Set up the tables in the UI of input mapping in Keboola
  2. Set up the configuration json in the following way:
{
  "parameters": {
    "S3key": "XXXXXXX",
    "S3secretKey":"XXXXXXXXX",
    "bucketName":"XXXXXXXXXX"
  }
}
  1. The component will then take all the input tables, transforms them into .xlsx files and uploads to S3 accordingly to your json settings.

About

Keboola extractor, that converts excel to CSV based on input mapping criteria and upload to S3 bucket

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published