Skip to content

Commit

Permalink
Create lookup tables before running both transformations (RPB-59)
Browse files Browse the repository at this point in the history
Some lookups were recently moved to the to-strapi transformation
  • Loading branch information
fsteeg committed Mar 13, 2024
1 parent 0500bae commit f6d9faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformRppd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set -u

bash transformBeacons.sh
rm conf/output/bulk/rppd/*
sbt "runMain rpb.ETL conf/rppd-to-strapi.flux IN_FILE=RPB-Export_HBZ_Bio.txt OUT_FILE=output-rppd-strapi.ndjson"
sbt "runMain rpb.ETL conf/rppd-to-gnd-mapping.flux"
sbt "runMain rpb.ETL conf/rppd-rppdId-with-label-map.flux"
sbt "runMain rpb.ETL conf/rppd-to-strapi.flux IN_FILE=RPB-Export_HBZ_Bio.txt OUT_FILE=output-rppd-strapi.ndjson"
sbt "runMain rpb.ETL conf/rppd-to-lobid.flux"
# Or from Strapi export:
# zgrep -a '"type":"api::person.person"' conf/strapi-export.tar.gz > conf/output/rppd-export.jsonl
Expand Down

0 comments on commit f6d9faf

Please sign in to comment.