I am trying to upload a lot of parts using the Batch Loader. Some of the titles have special characters. How do I put those into Aras without having " " around the name? Nash did the same thing. Thanks for the help.
With the attached document, I just want to share my experiences and struggles with the hope that it helps someone else trying to do similar things.
It follows on from my posts
https://community.aras.com/f/getting-started/35943/script-for-importing…
I've worked out how to import all other part data, including related item types such as xproperties
I'm stuck on getting the thumbnail images imported, however, as "thumbnail" is just a property of data type image with no data source. I can reference…
I have made some code changes client side and want the same changes in the other server, how can I make changes from Test Server to the Production Server?
I just went through this process as part of learning Aras. Importing items from Excel using the Batch Loader is pretty straightforward if you only have simple properties that all belong directly to the Item Type. See documentation for the Batch Loader…
I'm using Batch Loader to import data into ARAS from a csv file. I notice that if a cell contains a double quotation mark ", the tool will automatically add some extra " to the content. It is an annoying behavior.
Example: A cell content in the CSV…
I'm having issues uploading a local file to an instance of Innovator using the Batch Loader. I have the following XML:
<Item type="Document File" action="add"> <related_id> <Item type="File" action="add"> <actual_filename>C:\some\file\path\@1</actual_filename…