Skip to content

Commit

Permalink
4120 - Bulk download: for 2025, include 4b of_which_by_individuals (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sorja authored Nov 18, 2024
1 parent d675a3d commit f6d6335
Showing 1 changed file with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,17 +517,10 @@ export const entries = (
variableName: 'private_ownership',
csvColumn: '4a_priv_own',
},

...[
...(cycle.name === '2020'
? [
{
variableName: 'of_which_by_individuals',
csvColumn: '4a_individ',
},
]
: []),
],
{
variableName: 'of_which_by_individuals',
csvColumn: '4a_individ',
},
{
variableName: 'of_which_by_private_businesses',
csvColumn: '4a_bus_inst_fo',
Expand Down

0 comments on commit f6d6335

Please sign in to comment.