We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Posting a string with a leading zero

Questions and answers about Plum Fuse development

Moderators: admin, support

Locked
wrothman@dealermagic.net
Posts: 69
Joined: Wed Feb 24, 2010 5:59 pm
Location: Chagrin Falls, OH
Contact:

Posting a string with a leading zero

Post by wrothman@dealermagic.net »

We are sending csv string with 8 digits. When the leading number is a zero, the simple database ignores the zero and posts 7 digits to the table. How can this be corrected. Our eight digit number is random.
DMIVS

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: Posting a string with a leading zero

Post by support »

Hi,

Would it be possible to generate an 8-digit number between 10000000 and 99999999?

Our simple db does not preserve leading zeroes so a number like 00001111 would drop the first four zeroes.

Another way you could work around this issue is to prepend your 8 digit number with a letter such as A00123456.

Hope this helps.

Regards,
Plum Support

Locked