Skip to content

Commit

Permalink
Add sc_air_file fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Apr 7, 2024
1 parent 702ca9e commit 95950bb
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions blueprints/sc_air_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,22 +257,19 @@
}
],
"source": {
"type": "csv",
"module": "scdata.io.csv",
"handler": "csv_handler",
"type": "file",
"module": "scdata.io.device_file",
"handler": "CSVHandler",
"params": {
"header_skip": [
1,
2,
3
],
"index": "TIME",
"sep": ",",
"tz-aware": true
},
"files": {
"processed-data-file": null,
"raw-data-file": null
"separator": ",",
"tzaware": true,
"timezone": "UTC"
}
}
}

0 comments on commit 95950bb

Please sign in to comment.