Hello there,
we use Seatable Enterprise. How can i analyse and process CSV-Files in the appendix of a table or out of the file management? If i try to use a python script analysing Data out of the CSV and html parsing. Could you give a easy code for excess or explain the limit? How could I get the url of the csv-file for this purpose?
Eventuelly we want to store csv-files in a table ‘csv-file storage’ automaticly from a local folder and start processing or at least reading it in seatable to get the data of each csv directly in a Big Data table ‘csv-data’ being linked to the ‘csv-file storage’ table.
Do you store the CSV files in “File manager → customer folders” in SeaTable? And you want to get the files via a script and analyze them?
Hi, thanks for the answer. I tried it out of a ‘file’ column in a table and out of the file manager → custom folders → CSVs to analyze, also to get access to a local folder on my laptop
Idealy we could analyse and change a csv file out of the ‘file’ column of a table with python or is there a comparable way, like storing it in the file manager and to use links from there? What could be a best practice?