Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Re #91 #83 fixing minor cosmetic detail
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Jul 13, 2018
1 parent d38f7be commit a0e8dc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions formats/V4.3-rc1/write_schemadoc.sh
Expand Up @@ -37,7 +37,7 @@ sed 's/ /,/g;s/R N/R,N/; s/,,/,/g; s/,,/,/g; s/,,/,/g; s/, /,/g' column_definit
# create ascii doc version
asciifile=lehd_public_use_schema.asciidoc
# this revision is used to dynamically download a sample for the version.txt. should be available for both QWI and J2J
versionvintage=R2018Q1
versionvintage=R2018Q3
versionstate=de
versionurl=https://lehd.ces.census.gov/data/qwi/$versionstate/$versionvintage
versionj2jurl=https://lehd.ces.census.gov/data/j2j/$versionvintage/j2j/$versionstate
Expand Down Expand Up @@ -672,9 +672,9 @@ $(grep -E "^$versionstate," naming_geohi.csv | awk -F, ' { print $2 } ' | sed '
# During the RC phase, this won't work, since it is not published yet
#$(curl $versionurl/version_qwi.txt)
echo "
QWI_F DE 10 1998:3-2017:3 V4.3.0 R2018Q2 qwipu_de_20180701_1003
QWI_FA DE 10 1998:3-2017:2 V4.1.3 R2018Q2 qwipu_de_20180701_1003
QWI_FS DE 10 1998:3-2017:2 V4.1.3 R2018Q2 qwipu_de_20180701_1003
QWI_F DE 10 1998:3-2017:4 V4.3.0 R2018Q3 qwipu_de_20180701_1003
QWI_FA DE 10 1998:3-2017:3 V4.3.0 R2018Q3 qwipu_de_20180701_1003
QWI_FS DE 10 1998:3-2017:3 V4.3.0 R2018Q3 qwipu_de_20180701_1003
--------------------------------
Similarly, the metadata for the $versionvintage release of
$(grep -E "^$versionstate," naming_geohi.csv | awk -F, ' { print $2 } ' | sed 's/"//g') J2J
Expand Down

0 comments on commit a0e8dc0

Please sign in to comment.