Skip to content

save_output creates incomplete file names if source file name has more than one period #57

@ahmadh21

Description

@ahmadh21

If a source file has multiple periods in the filename, calling save_output drops all parts of the filename after the first period

To Reproduce
Process a file named sample.file.1.jpg. Call .save_output(path, output_format="csv"). Results in sample.csv being produced.

Expected behavior
Calling save_output in the outlined scenario should produce sample.file.1.csv.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions