Closed azbotboyz closed 1 year ago
You need write a script to parse the newline \n and
'[ ' + index + ' ] Pin Id: ' + image_id + '\n') '\nTitle: ' + title(without \n) '\nDescription: ' + description(without \n) '\nCreated at: ' + created_at(without \n) '\nLink: ' + link(without \n) '\n\nMetadata: ' + metadata(without \n) '\n\n'
But you also need replace comma in original content if comma use as CSV delimiters, or other ways.
Be aware that the
Hello, I want to export the log file in CSV format. is there any way to do this?