<HTML>
<HEAD>
<TITLE>Re: [EmData] Help with importing problems</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi Ariana,<BR>
<BR>
There were some issues with file selectability in earlier versions of Xdata for Quark 7. &nbsp;These have been addressed in more recent releases; you might want to try the latest:<BR>
<BR>
<a href="http://www.emsoftware.com/products/xdata/beta/">http://www.emsoftware.com/products/xdata/beta/</a><BR>
<BR>
Regarding the import problems, it is really impossible to say without seeing your actual files, though it sounds like it is either a problem with your fields statement, or (shudder) something in your logic. &nbsp;Anyhow, if you could zip up and send us your quark document/Xdata prototype and your data file (please be sure that the data file as a header row so that we know what we are looking at), we can have a look.<BR>
<BR>
Regards,<BR>
<BR>
Joe Mathia<BR>
Em Software Support / <a href="support@emsoftware.com">support@emsoftware.com</a> / www.emsoftware.com<BR>
(+1) 740 284 1010, fax (+1) 740 284 1210<BR>
<BR>
<BR>
<BR>
<BR>
On 6/23/08 11:24 AM, &quot;Ariana Grant&quot; &lt;<a href="agrant@Artcraft.com">agrant@Artcraft.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Arial">Hi all,<BR>
I am working on an Xdata template<BR>
the issues are arising when the data is being imported.<BR>
I can only get one file to appear, and not all the time, only with certain excel/text/csv files.<BR>
not all and not all of the data will show up, the new box character does show up in the &quot;empty fields&quot;<BR>
but none of the information is there<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
</FONT><FONT FACE="Arial">does anyone have any suggestions???<BR>
here is my prototype if that helps:<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
</FONT><FONT FACE="Helvetica, Verdana, Arial">&laquo;fields fullname, title, businessunit, legalentity, address1, address2, city, state, zipcode, tel, fax, direct, mobile, webaddress, email<BR>
<BR>
&laquo;if fax is empty<BR>
<BR>
&laquo;put &quot;&quot; into PH2<BR>
<BR>
&laquo;else<BR>
<BR>
&laquo;if fax is not empty<BR>
<BR>
&laquo;put &quot; &quot; &amp; &quot;fax +1 &quot; &amp; fax &amp; return into PH2<BR>
<BR>
&laquo;endif<BR>
<BR>
&laquo;if direct is empty<BR>
<BR>
&laquo;put &quot;&quot; into PH3<BR>
<BR>
&laquo;else<BR>
<BR>
&laquo;if direct is not empty and fax is not empty<BR>
<BR>
&laquo;put &quot;direct +1 &quot; &amp; direct &amp; &quot; &quot; into PH3<BR>
<BR>
&laquo;else if direct is not empty and fax is empty<BR>
<BR>
&laquo;put &quot;direct +1 &quot; &amp; direct &amp; &quot; &quot; &amp; return into PH3<BR>
<BR>
&laquo;endif<BR>
<BR>
&laquo;if mobile is empty<BR>
<BR>
&laquo;put &quot;&quot; into PH4<BR>
<BR>
&laquo;else<BR>
<BR>
&laquo;if mobile is not empty and fax is empty and direct is empty then put &quot;mobile +1 &quot; &amp; mobile &amp; return into PH4<BR>
<BR>
&laquo;else if mobile is not empty and fax is not empty and direct is not empty then put &quot;mobile +1 &quot; &amp; mobile into PH4<BR>
<BR>
&laquo;endif&raquo;&laquo;endif&raquo;&laquo;fullname&raquo;<BR>
<BR>
&laquo;if trim(title) is not empty&raquo;&laquo;title&raquo;<BR>
<BR>
&laquo;endif&raquo;&laquo;if trim(businessunit) is not empty&raquo;&laquo;businessunit&raquo;&laquo;endif&raquo;<BR>
<BR>
&nbsp;<BR>
<BR>
&laquo;if trim(legalentity) is not empty&raquo;&laquo;legalentity&raquo;<BR>
<BR>
&laquo;endif&raquo;&laquo;if length(address1) + length(address2) &gt;50<BR>
<BR>
&laquo;address1&raquo; &laquo;address2&raquo;<BR>
<BR>
&laquo;city&raquo; &laquo;state&raquo; &laquo;zipcode&raquo;<BR>
<BR>
&laquo;else if length(address1) + length(address2) &lt;=50<BR>
<BR>
&laquo;if address1 is not empty and address2 is not empty&raquo;&laquo;address1&raquo; &laquo;address2&raquo; &laquo;city&raquo; &laquo;state&raquo; &laquo;zipcode&raquo;<BR>
<BR>
&laquo;else if address1 is not empty and address2 is empty&raquo;&laquo;address1&raquo; &laquo;city&raquo; &laquo;state&raquo; &laquo;zipcode&raquo;<BR>
<BR>
&laquo;endif&raquo;tel &laquo;tel&raquo; &laquo;trim(PH2 &amp; PH3 &amp; PH4)&raquo;&laquo;if tel is not empty OR fax is not empty OR direct is not empty OR mobile is not empty&raquo;<BR>
<BR>
&laquo;endif&raquo;&laquo;if trim(email) is not empty&raquo;&laquo;email&raquo;&laquo;endif&raquo;&laquo;if trim(webaddress) is not empty&raquo; &laquo;webaddress&raquo;<BR>
<BR>
&laquo;endif&raquo;&laquo;endif&raquo;&laquo;endif&raquo;&laquo;endif&raquo;<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><BR>
&nbsp;<BR>
&nbsp;<BR>
Ariana Grant<BR>
***************************<BR>
Prepress Department<BR>
The Artcraft Company, Inc.<BR>
<a href="agrant@artcraft.com">agrant@artcraft.com</a><BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></FONT></SPAN><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_______________________________________________<BR>
Data-users mailing list<BR>
<a href="Data-users@emsoftware.com">Data-users@emsoftware.com</a><BR>
<a href="http://mail.emsoftware.com/mailman/listinfo/data-users">http://mail.emsoftware.com/mailman/listinfo/data-users</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>