Llamaparse-Results-to-csv #165

Open
opened 2026-02-16 00:17:01 -05:00 by yindo · 2 comments
Owner

Originally created by @Ajaykumarkv17 on GitHub (Jun 29, 2024).

Is there a way to convert the parsing results to CSV and the CSV contains all the elements or objects like text,table,image path etc
I am asking similar to unstructured I/O method or function
It is converting the resulting elements into elements_to_dataframe and it is easier to make CSV
Like this is there any in llamaparse or how to do so?

Originally created by @Ajaykumarkv17 on GitHub (Jun 29, 2024). Is there a way to convert the parsing results to CSV and the CSV contains all the elements or objects like text,table,image path etc I am asking similar to unstructured I/O method or function It is converting the resulting elements into elements_to_dataframe and it is easier to make CSV Like this is there any in llamaparse or how to do so?
Author
Owner

@hexapode commented on GitHub (Jun 30, 2024):

The json mode already return CSV for table if it is what you need?

@hexapode commented on GitHub (Jun 30, 2024): The json mode already return CSV for table if it is what you need?
Author
Owner

@Ajaykumarkv17 commented on GitHub (Jul 1, 2024):

I did not aware about that
I know it supports json mode and it will return json objects as the output
But i don't know after that how to convert it into CSV or Dataframe.
Can you show me a guide or tutorial of how to acheive this ?

@Ajaykumarkv17 commented on GitHub (Jul 1, 2024): I did not aware about that I know it supports json mode and it will return json objects as the output But i don't know after that how to convert it into CSV or Dataframe. Can you show me a guide or tutorial of how to acheive this ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#165