Skip to content

Commit 7f17724

Browse files
committed
Added changelog
1 parent c456efe commit 7f17724

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,14 @@ For each PR made, an entry should be added to this changelog. It should contain
183183
- physics_of_the_cosmos
184184
- stsci_space_telescope_science_institute
185185
- Once the front end has been updated to allow for tag edits, all astrophysics collections will be marked to be run through the pipeline
186+
187+
- 1298-csv-export-command-for-urls
188+
- Description: Added a new Django management command to export URLs (DumpUrl, DeltaUrl, or CuratedUrl) to CSV files for analysis or backup purposes. The command allows filtering by collection and provides configurable export options.
189+
- Changes:
190+
- Created a new management command `export_urls_to_csv.py` to extract URL data to CSV format
191+
- Implemented options to filter exports by model type and specific collections
192+
- Added support for excluding full text content with the `--full_text` flag to reduce file size
193+
- Included proper handling for paired fields (tdamm_tag_manual, tdamm_tag_ml)
194+
- Added automatic creation of a dedicated `csv_exports` directory for storing export files
195+
- Implemented batched processing to efficiently handle large datasets
196+
- Added progress reporting during export operations

0 commit comments

Comments
 (0)