Etanor
Junior Member
- Mar 12, 2013
- 187
- 25
So in the "share photo/video" option I want to import a file with line breaks in it but it doesn't work. The lines in the file.csv i want to import are like :
When the picture are uploaded on istagram, the captions are :
And I want it to be :
Is there a special character I have to add in the caption to insert a line break when posted on Instagram ?
Code:
"Caption blablabla This is cool","C:\\location\picture.jpg"
"Caption2, blablabla This is also cool","C:\\location\picture2.jpg"
When the picture are uploaded on istagram, the captions are :
Code:
Caption blablabla This is cool
Caption2, blablabla This is also cool
And I want it to be :
Code:
Caption blablabla
This is cool
Caption2, blablabla
This is also cool
Is there a special character I have to add in the caption to insert a line break when posted on Instagram ?