Skip to content

Commit

Permalink
fix(fivetran_sdk): Update guide to not consider backslash as escape c…
Browse files Browse the repository at this point in the history
…har (#37)

updated guide
  • Loading branch information
fivetran-abdulsalam authored May 13, 2024
1 parent e685e25 commit 2425f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Batch files are compressed using [ZSTD](https://en.wikipedia.org/wiki/Zstd)
- Currently we only support CSV file format
- Each batch file is size limited to 100MB
- Number of records in each batch file can vary depending on row size
- Fivetran create batch file using ```com.fasterxml.jackson.dataformat.csv.CsvSchema``` which by default doesn't consider backslash as escape character. If you are reading the batch file then make sure that you do not consider backslash as escape character.

### RPC Calls
#### CreateTable
Expand Down

0 comments on commit 2425f72

Please sign in to comment.