Forum Discussion

Mahesh7225's avatar
Mahesh7225
New Contributor
5 years ago

How to delete particular record from csv file

How to delete particular record from csv file
eg. if the some record is processed from csv file then need to delete that record from csv file , please suggest how to proceed this.

Thanks
Mahes

1 Reply

  • GanguP's avatar
    GanguP
    New Contributor III

    This worked perfectly fine. I do have questions though,
    1) will this methodology work for multiple tags(arrays)?
    2) Adding the second JSON splitter makes it easier,  I did provide a small number of columns in the sample but it has lot morefields. If we have to add 100's of fields it becomes tedious.  Is there another option or an easier way to do this?

     



    • Aleksandar_A's avatar
      Aleksandar_A
      Contributor III

      Hello GanguP,

      You can try before splitting the tags array, to map it to include all of the parent fields in a Mapper Snap then split it.

      And about the first question, I'm not sure if I understand it, so could you please clarify it?

      Let me know if this helps.

      Regards,

      Aleksandar.

      You can refer to the attached pipeline below.

    • GanguP's avatar
      GanguP
      New Contributor III

      Thank you so much @Alexsandar.  Appreciate your help.