Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
issue #7 - typos in etl cfg file
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Oct 7, 2014
1 parent 63a23a3 commit 7a1347f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/aq-report/dataflow-C.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
# All rendered output under output/
#
[etl]
chains = input_json|records_to_struct|dataflow-C_template|output_dataflow-C_file
# chains = input_json|records_to_struct|dataflow-C_template|output_std
chains = input_file|records_to_struct|dataflow-C_template|output_dataflow-C_file
# chains = input_file|records_to_struct|dataflow-C_template|output_std

[input_json]
[input_file]
class = inputs.fileinput.CsvFileInput
file_path = input/rspoor/AssessmentRegimes_NL-005.csv
output_format = record_array
delimiter = ;

# Convert CSV records to struct (dict with array of records)
# Convert CSV records to struct (dict with array of records) to accomodatie Jinja2 Filter
[records_to_struct]
class = filters.formatconverter.FormatConverter
input_format = record_array
Expand Down

0 comments on commit 7a1347f

Please sign in to comment.