Skip to content

Commit

Permalink
add missing input_format line to input format example (#4568)
Browse files Browse the repository at this point in the history
  • Loading branch information
trinity-1686a authored Feb 12, 2024
1 parent ba04f21 commit 50dc0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration/source-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ The following is an example of how one could parse and transform a CSV dataset c
```yaml
# Your source config here
# ...
input_format: plain_text
transform:
script: |
user = parse_csv!(.plain_text)
Expand Down

0 comments on commit 50dc0cd

Please sign in to comment.