From a6af2e61cf2d24f63088b65e74caabe1eae4b87d Mon Sep 17 00:00:00 2001 From: Alex Simoes Date: Wed, 23 Dec 2015 20:26:44 -0500 Subject: [PATCH] fix for nested src vars --- acs/occupation/ygo_earnings.yaml | 10 +++++----- acs/occupation/ygo_num_emp.yaml | 6 +++--- acs/ygl_speakers.yaml | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/acs/occupation/ygo_earnings.yaml b/acs/occupation/ygo_earnings.yaml index 16f94ce..8656825 100644 --- a/acs/occupation/ygo_earnings.yaml +++ b/acs/occupation/ygo_earnings.yaml @@ -6,11 +6,11 @@ global: output: "data/output/acs_yr/___" filetype: json source_vars_nesting: - estimate: - sumlevel: - - year - - tbl - - column + year: + estimate: + sumlevel: + - tbl + - column source_vars: estimate: [1, 5] diff --git a/acs/occupation/ygo_num_emp.yaml b/acs/occupation/ygo_num_emp.yaml index 5b122b0..81bc98b 100644 --- a/acs/occupation/ygo_num_emp.yaml +++ b/acs/occupation/ygo_num_emp.yaml @@ -6,9 +6,9 @@ global: output: "data/output/acs_yr/___" filetype: json source_vars_nesting: - estimate: - sumlevel: - year: + year: + estimate: + sumlevel: - tbl - column diff --git a/acs/ygl_speakers.yaml b/acs/ygl_speakers.yaml index 5b47eac..8744f6d 100644 --- a/acs/ygl_speakers.yaml +++ b/acs/ygl_speakers.yaml @@ -6,11 +6,11 @@ global: output: "data/output/acs_yr/__" # concat_border: ["sumlevel", "estimate"] source_vars_nesting: - estimate: - sumlevel: - - year - - tbl - - column + year: + estimate: + sumlevel: + - tbl + - column filetype: json source_vars: estimate: [1, 5]