Dots in csv file

Hi,

When i open a csv file which i generated using the Spreadsheet and Write Binary file nodes. I see 3 dots in the first line. This is causing a problem with one of my other applications. Can you suggest how i can remove them.

Thanks

Hey @Gauthami_Viswanathan!

Can you share your workflow? Feel free to replace any sensitive data from your workflow :slight_smile:

I got it resolved thanks

Hey @Gauthami_Viswanathan!

That’s wonderful! Can you please share the solution? This will help others with the similar problem :slight_smile:

Hi

used the below command in execute node
sed -i β€˜1s/.//’ filename
then i was able to remove the dots

1 Like

Thank you for sharing the solution :slight_smile: