<div dir="ltr">Oops! <div><br></div><div>Running through data-sanitization tool might be a solution if the data-is developed by hand.<br></div><div><br></div><div>Regards,</div><div>Prasad</div></div><div class="gmail_extra">
<br clear="all"><div><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><b>Connect with us on: </b><a href="http://twitter.com/vtigercrm" style="color:rgb(0,0,204)" target="_blank">Twitter</a> <b>I</b> <a href="http://www.facebook.com/pages/vtiger/226866697333578?sk=wall" style="color:rgb(0,0,204)" target="_blank">Facebook</a> <b>I</b> <a href="https://blogs.vtiger.com/" style="color:rgb(0,0,204)" target="_blank">Blog</a><b> I</b> <a href="http://wiki.vtiger.com/index.php/Main_Page" style="color:rgb(0,0,204)" target="_blank">Wiki</a> <b>I </b><a href="https://discussions.vtiger.com" style="color:rgb(0,0,204)" target="_blank">Forums </a><b>I</b> <a href="https://www.vtiger.com/" style="color:rgb(0,0,204)" target="_blank">Website</a></span></div>
<br><br><div class="gmail_quote">On Wed, Jan 29, 2014 at 3:45 PM, Alan Lord <span dir="ltr"><<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Had a customer who got a right pickle this morning.<br>
<br>
Was importing some records via CSV for a custom module.<br>
<br>
In his spreadsheet he'd written "Vendor::::blah blah" instead of "Vendors::::blah blah" for a UI10 Column.<br>
<br>
This essentially broke the import process and he wasn't able to stop it. I had to run a query on the temporary import table<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
UPDATE vtiger_import_1<br>
SET vendorlink = REPLACE(vendorlink, 'Vendor::::', 'Vendors::::');<br>
</blockquote>
<br>
to fix it so the scheduler would then run.<br>
<br>
That is *terribly* unforgiving and he had no errors - just a blank screen.<br>
<br>
Any suggestions on fixing this so the import fails at the start, rather than when it is too late?<br>
<br>
Cheers<br>
<br>
Al<br>
<br>
______________________________<u></u>_________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div><br></div>