update account bio

Post Reply
Solidkey
Posts: 15
Joined: Thu Apr 22, 2021 1:35 pm

update account bio

Post by Solidkey »

Hi guys, im new here, so first thanks for your support.

I tried to update the bio with multiples lines and separate as described :

blabla
***
twitch
***
CA

but i just have "🕹️blabla" line, am i wrong with the separator ?

thanks
User avatar
martin@rootjazz
Site Admin
Posts: 37282
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: update account bio

Post by martin@rootjazz »

Depends what the controls say.

Some work as a single line per option, some require the separator. Let me check
User avatar
martin@rootjazz
Site Admin
Posts: 37282
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: update account bio

Post by martin@rootjazz »

so the separator is correct and I see your issue now.
blabla
***
twitch
***
CA
You have provided 3 potential Bios, so if you were updating 3 accounts
acc_1 = blabla
acc_2 = twitch
acc_3 = CA

the separator means This is a separate bio.

For multiple lines, just remove the sepatator
blabla
twitch
CA

Regards,
Martin
ColtonDub
Posts: 1
Joined: Sun Mar 19, 2023 6:03 pm

Re: update account bio

Post by ColtonDub »

Is it possible to achieve the multiple-line bio through the csv bulk update?

I am trying to find a way to have the bulk uploader csv recognize the multiple-line bio as NOT another row entry

"Error reading your CSV, please ensure each row has the correct number of element columns: row columns: 6"

Thanks Martin
User avatar
martin@rootjazz
Site Admin
Posts: 37282
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: update account bio

Post by martin@rootjazz »

ColtonDub wrote: Sun Mar 19, 2023 6:08 pm Is it possible to achieve the multiple-line bio through the csv bulk update?

I am trying to find a way to have the bulk uploader csv recognize the multiple-line bio as NOT another row entry

"Error reading your CSV, please ensure each row has the correct number of element columns: row columns: 6"

Thanks Martin
Use either of the tokens

Code: Select all

\n
<br>
in your csv and the token will be replaced with a new line when posted by instadub
Post Reply