Datasets:
Expected path for source data is now 'original'
Browse files- .gitignore +1 -1
- dataset.yaml +1 -1
- debug.yaml +1 -1
.gitignore
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
.idea
|
2 |
out
|
3 |
-
|
4 |
# Generated data
|
5 |
pack/gen
|
6 |
*.pyc
|
|
|
1 |
.idea
|
2 |
out
|
3 |
+
original
|
4 |
# Generated data
|
5 |
pack/gen
|
6 |
*.pyc
|
dataset.yaml
CHANGED
@@ -199,7 +199,7 @@ _steps:
|
|
199 |
_passes:
|
200 |
- pass: &clean
|
201 |
required:
|
202 |
-
- path: "
|
203 |
sha512: f31d6bd278bc4211736d6aace3917cd0c1d0143bec9bf9d07054f5f9b32060e17399b6ea0935774b2271ac45a88309a60ef8eec8c4ac5283d1b353a255529cc5
|
204 |
steps: [ *bluemoon,
|
205 |
*html_linebreaks, *html_strip, *links, *trim, *reduce_whitespace,
|
|
|
199 |
_passes:
|
200 |
- pass: &clean
|
201 |
required:
|
202 |
+
- path: "original/rentry/bluemoon/bluemoon-fanbased-roleplays-1x1.csv"
|
203 |
sha512: f31d6bd278bc4211736d6aace3917cd0c1d0143bec9bf9d07054f5f9b32060e17399b6ea0935774b2271ac45a88309a60ef8eec8c4ac5283d1b353a255529cc5
|
204 |
steps: [ *bluemoon,
|
205 |
*html_linebreaks, *html_strip, *links, *trim, *reduce_whitespace,
|
debug.yaml
CHANGED
@@ -3,7 +3,7 @@ _input_steps:
|
|
3 |
type: CsvInput
|
4 |
sync: main
|
5 |
config:
|
6 |
-
path: "
|
7 |
fields:
|
8 |
conversation: 'thread_href'
|
9 |
from: 'message_username'
|
|
|
3 |
type: CsvInput
|
4 |
sync: main
|
5 |
config:
|
6 |
+
path: "original/rentry/bluemoon/bluemoon-fanbased-roleplays-1x1.csv"
|
7 |
fields:
|
8 |
conversation: 'thread_href'
|
9 |
from: 'message_username'
|