RMI-PACTA / workflow.factset

Other
0 stars 0 forks source link

Isolate single file exports #44

Open AlexAxthelm opened 4 months ago

AlexAxthelm commented 4 months ago

During development and testing, it would be convenient to be able to export a single file, rather than all of them (through export_pacta_files().

Wrap each get_* function in a wrapper that also include the exporting code.

Also allows for exports in multiple formats (such as both CSV and RDS)