Hello
I am really liking Planetdance, especially the Horoscope/List Feature
Could you add an option to create comma separated output?
Right now I have to copy the output from the Planetdance output window - paste into notepad++, add two blank spaces to "in orb" - save as text file - and then run this file through some javascript to create a txt file that I can paste in a LibreOffice spreadsheet - this way I can sort the entries by date, by Natal, Transit, or Progressed Planet, or by aspect
Here is the part of the javascript:
var myoutput = lines.substr(0,1) + "," + lines.substr(2,10) + "," + lines.substr(13,5) + "," + lines.substr(21,1) + "," + lines.substr(23,1) + "," + lines.substr(25,2) + "," + lines.substr(27,11) + "," + lines.substr(38,14) + "," + lines.substr(52,14) + ","
I use an html file to read this text file [from notepad++] and copy the newly formatted output into a LibreOffice spreadsheet [doesn't seem to work with Excel]
This works when I select In/out and -//- along with the major aspects - it does not work with Text only
Also it does not work with if I include Cusps and or Retro as there is an overlap of text that I can't parse properly - so I made another script just to process Cusps and Retro without In/out, -//- or major aspects
I suppose if csv output was generated then it should work with Text only as well as all the other options
e.g. if a comma was placed after every "variable", [here I am using longhand to represent the Planetdance symbols], i.e.
T, 01/01/2020, 05:09, Mars, trine, Jupiter, out of orb, 00°46'19", sagittarius, 29°46'19", cancer
as this appears in notepad++ [without Planetdance font]:
T 01/04/2020 05:09 Ä ß Å out of orb 00°46'19" Ø 29°46'19" Ó
I tried to add an image file - a screenshot of some spreadsheet entries - but was unable to do so using Insert Image [via icon] or as an Attachment
Update - looks like I was able to add the screenshot
TIA