Skip to content

Commit

Permalink
Merge pull request #964 from mapswipe/feature/add-organization-in-pro…
Browse files Browse the repository at this point in the history
…jects-csv

Add organization_name in projects.csv
  • Loading branch information
thenav56 authored Aug 26, 2024
2 parents 2841141 + 45e0543 commit 071d187
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def get_project_static_info(filename: str) -> pd.DataFrame:
project_details
,regexp_replace(look_for, E'[\\n\\r]+', ' ', 'g' ) as look_for
,project_type
,organization_name
,image
,created
-- Custom options values
Expand Down

0 comments on commit 071d187

Please sign in to comment.