Page 1 of 1

lead lists with 100+ columns

PostPosted: Fri Mar 09, 2018 5:16 am
by johnplayer
Hello,

if i want to create a new template with the Listloader Custom Template and my source file have more then 100 columns i get the message: "BAD_LEAD_FILE"

What i can do for changing the maximum columns restriction ?

Vicibox 8.0.1
VERSION: 2.14-661a
BUILD: 180222-0017

Thanks in advance !

Re: lead lists with 100+ columns

PostPosted: Fri Mar 09, 2018 7:52 am
by blackbird2306
The maximum number of columns in import is restricted to 100, though I have read on custom fields doc the limit should be at 255 fields.
This restriction is in "/vicidial/sheet2tab.pl" perl script hard coded. There are 2 same lines in this file (line 144 and 268):
Code: Select all
if (( $maxCol >= 100 ) || ( $maxCol == 0 ))

But I don't why this limit is there and I didn't look if changing breaks something in system. So be careful and warned!

Re: lead lists with 100+ columns

PostPosted: Wed Mar 14, 2018 7:43 am
by johnplayer
Thanks a Lot ! 8)