Hello I have a prompt that is returning the following format:
Outline:
1.Topic 1
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text
-text text text text text text text text text text text text text text
2.Topic 2
-text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text
-text text text text text text text text text text text text text text text
3.Topic 3
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
and so on…
My question is how should I go about saving this output in a csv file? I want to have columns H1 - for the topics, column bullet points , and column about the actual paragraph that I will ask the AI to complete in the next prompt. I want to be able to go through the .csv file and write 250-300 words about each section while using the bullet points as reference. Will that be possible? Since all the content will be in the same format but each time it will be different words. Should I use pandas? Thanks in advance!