Help while saving a csv file

Support
  • Hi,
    I have scraped a data that have , in between example

    ["66001017-0.png","66001017-1.png","66001017-2.png"] all this is in [[variable1]]

    now I want to save these three including commas into a single column,
    I used
    write file and in data, I used "[[variable1]]" but in csv file, it created three columns for 66001017-0.png,66001017-1.png and col C 66001017-3.png

    while I want the below data in a single cell
    ["66001017-0.png","66001017-1.png","66001017-2.png"]

    plz anyone can help

  • Try using module String > Create CSV string,
    or do it manually by escaping quotes and adding
    master quotes like this >
    "[""66001017-0.png"",""66001017-1.png"",""66001017-2.png""]"

  • @GaG Great thanks this worked :)

  • Multi parse csv string

    Support
    0 Votes
    8 Posts
    1218 Views
  • WHILE RUNNIG, i need help guys

    Support
    0 Votes
    2 Posts
    486 Views
  • 0 Votes
    8 Posts
    1095 Views
  • 0 Votes
    6 Posts
    1031 Views
  • Help with script

    Support
    0 Votes
    3 Posts
    738 Views