[EmData] Help with importing problems

Joe Mathia - Em Support support at emsoftware.com
Mon Jun 23 13:36:01 EDT 2008


Hi Ariana,

There were some issues with file selectability in earlier versions of Xdata
for Quark 7.  These have been addressed in more recent releases; you might
want to try the latest:

http://www.emsoftware.com/products/xdata/beta/

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.  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.

Regards,

Joe Mathia
Em Software Support / support at emsoftware.com / www.emsoftware.com
(+1) 740 284 1010, fax (+1) 740 284 1210




On 6/23/08 11:24 AM, "Ariana Grant" <agrant at Artcraft.com> wrote:

> Hi all,
> I am working on an Xdata template
> the issues are arising when the data is being imported.
> I can only get one file to appear, and not all the time, only with certain
> excel/text/csv files.
> not all and not all of the data will show up, the new box character does show
> up in the "empty fields"
> but none of the information is there
>  
> does anyone have any suggestions???
> here is my prototype if that helps:
>  
> «fields fullname, title, businessunit, legalentity, address1, address2, city,
> state, zipcode, tel, fax, direct, mobile, webaddress, email
> 
> «if fax is empty
> 
> «put "" into PH2
> 
> «else
> 
> «if fax is not empty
> 
> «put " " & "fax +1 " & fax & return into PH2
> 
> «endif
> 
> «if direct is empty
> 
> «put "" into PH3
> 
> «else
> 
> «if direct is not empty and fax is not empty
> 
> «put "direct +1 " & direct & " " into PH3
> 
> «else if direct is not empty and fax is empty
> 
> «put "direct +1 " & direct & " " & return into PH3
> 
> «endif
> 
> «if mobile is empty
> 
> «put "" into PH4
> 
> «else
> 
> «if mobile is not empty and fax is empty and direct is empty then put "mobile
> +1 " & mobile & return into PH4
> 
> «else if mobile is not empty and fax is not empty and direct is not empty then
> put "mobile +1 " & mobile into PH4
> 
> «endif»«endif»«fullname»
> 
> «if trim(title) is not empty»«title»
> 
> «endif»«if trim(businessunit) is not empty»«businessunit»«endif»
> 
>  
> 
> «if trim(legalentity) is not empty»«legalentity»
> 
> «endif»«if length(address1) + length(address2) >50
> 
> «address1» «address2»
> 
> «city» «state» «zipcode»
> 
> «else if length(address1) + length(address2) <=50
> 
> «if address1 is not empty and address2 is not empty»«address1» «address2»
> «city» «state» «zipcode»
> 
> «else if address1 is not empty and address2 is empty»«address1» «city» «state»
> «zipcode»
> 
> «endif»tel «tel» «trim(PH2 & PH3 & PH4)»«if tel is not empty OR fax is not
> empty OR direct is not empty OR mobile is not empty»
> 
> «endif»«if trim(email) is not empty»«email»«endif»«if trim(webaddress) is not
> empty» «webaddress»
> 
> «endif»«endif»«endif»«endif»
> 
>  
>  
> Ariana Grant
> ***************************
> Prepress Department
> The Artcraft Company, Inc.
> agrant at artcraft.com
> 
> 
> _______________________________________________
> Data-users mailing list
> Data-users at emsoftware.com
> http://mail.emsoftware.com/mailman/listinfo/data-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://emsoftware.com/pipermail/data-users/attachments/20080623/51fac860/attachment-0001.html


More information about the Data-users mailing list