amphi-ai / amphi-etl

Low-code ETL for structured and unstructured data. Generates Python code you can deploy anywhere.
https://docs.amphi.ai
Other
551 stars 12 forks source link

Select a file : restrict to the good file type as an option #28

Open simonaubertbd opened 1 week ago

simonaubertbd commented 1 week ago

Hello,

When using a file as an entry (excel, csv..), I would like a drop down menu to select the good extensions like this : -first entry is limited to specific extensions (like .csv if csv file.. xlsx and variations if excel files) -second entry : all files (in case the file waw created with a bad extension)

This would simplify the search of the files.

Best regards,

Simon

tgourdel commented 1 week ago

That's a good point, I didn't want to filter to avoid falling into cases where the extension was bad or something similar but that's true that with all the files it can be hard to find the right files. Thanks for reporting :)