Browse By Tags

  • Unicode w/ Batchloader/Nash

    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.
  • Lessons Learned from importing data for Parts with xClassification data and a thumbnail image

    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…
  • How to import thumbnail images for parts using batch loader?

    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…
  • How can I replicate the code changes from Test Server to the Production server?

    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?
  • Script for importing items with xProperties from Excel using Batch Loader

    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…
  • Batch Loader Utility: Automatically add extra characters if a cell contains double quotation mark

    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…
  • Uploading a local file to Innovator using the Batch Loader

    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…
  • Uploading multiple document revisions with the batchloader

    Hi, I have the following (legacy) structure of documents and files: DOC-0001 Rev 12 State: Superseded File abc_12.dwg File abc_12.pdf DOC-0001 Rev 13 State: Superseded File abc_13.dwg File abc_13.pdf DOC-0001 Rev 14 State:…