Hello All,
I need to convert parquet file into excel/csv, is there any component available on forge?
Thanks
Prajakta Roshankhede
Hi,
so far as I know, no.
But I find something about that in stackoverflow to do it with C# (for csv). Maybe you can try to create your own extension to do that:
https://stackoverflow.com/questions/62094616/how-to-convert-parquet-file-to-csv-using-net-core
Hope this can help you.
Best regards,
Ricardo Pereira
Hello prajakta,
I have also check that one I have solution using JavaScript please go through this as well
https://stackoverflow.com/questions/39419975/how-to-copy-and-convert-parquet-files-to-csv/39433883
Thanks and regards,
Akshay Deshpande .
I guess the link you provided is for python