Skip to content

Commit

Permalink
Update csv config file
Browse files Browse the repository at this point in the history
  • Loading branch information
purnimagarg1 committed Nov 21, 2023
1 parent 9906d01 commit ed937a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions datahub-web-react/src/app/ingest/source/conf/csv/csv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ const placeholderRecipe = `\
source:
type: csv-enricher
config:
filename: # relative path to your csv file to ingest, e.g. ./path/to/your/file.csv
array_delimiter: |
delimiter: ,
write_semantics: PATCH
filename: # relative path to your csv file to ingest, e.g. ./path/to/your/file.csv
array_delimiter: |
delimiter: ,
write_semantics: PATCH
`;

const csvConfig: SourceConfig = {
type: 'csv',
type: 'csv-enricher',
placeholderRecipe,
displayName: 'CSV',
docsUrl: 'https://datahubproject.io/docs/generated/ingestion/sources/csv',
Expand Down

0 comments on commit ed937a1

Please sign in to comment.