sheetwork
Contribute on GitHubChat on Discord
v1.0.3 Nicolas Jaar - Space Is Only Noise
v1.0.3 Nicolas Jaar - Space Is Only Noise
  • Introduction
  • Installation & Configuration
    • Installation & Update
    • Configuration & Authentication
      • Set up your sheetwork project
      • Connecting to Google Sheets
      • Set up your sheetwork profile
  • Usage Configurations
    • Sheet-level Controls (sheets.yml)
      • Basic Configuration
      • Sheet-level Controls Reference
    • Project-level Controls (sheetwork_project.yml)
    • Profile-level Controls (profiles.yml)
  • Commands
    • sheetwork init
    • sheetwork upload
      • upload CLI reference
      • Running sheetwork outside of sheetwork project folders
      • Under the Hood Cleanups
    • Global CLI flags
  • FAQ
    • Do I need to list ALL the columns in my sheets config?
    • Do the column names need to be in the format of the original sheet?
    • What kind of cleanups or reformating does sheetwork do?
    • What datatype casting do you support?
Powered by GitBook
On this page

Was this helpful?

  1. FAQ

What datatype casting do you support?

Supported Data Types

Currently, supported data types are:

int: integer
numeric: decimals and other kinds of non-whole number (precision 38,18)
varchar: for strings
date: for dates
boolean: for True False
timestamp: for a datetime object

If this isn't working for you feel free to create an issue or to reach out on Discord.

PreviousWhat kind of cleanups or reformating does sheetwork do?

Last updated 4 years ago

Was this helpful?