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: Released File abc_14.dwg File abc_14.pdf I would like to upload these to ARAS using the batch-loader utility. Is this possible with AML keeping the revisions and states correct? and how should the AML code look? Regards, FrankSolved6.7KViews0likes4CommentsConsoleUpgrade.exe to execute AML in batch mode
Hi, I use ConsoleUpgrade.exe to export a package from a DEVELOPMENT aras environment and to import this package in a PRODUCTION aras environment. After the import, I need to execute some specific AML to clean some ItemType or execute some methods. Here is an example of AML I need to execute: <AML><Item type="Method" action="COCO_UPDATE_LISTS"></Item></AML> I can execute it with Nash but I would like to do it by batch. I tried to put an AML file with the same content in the package but this file is not treated by ConsoleUpgrade.exe. Do you know a way to execute an AML in batch ?Solved4.4KViews0likes2CommentsBatch 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 file is: This is test" field . => What is display in Batch Loader: "This is test"" field." Does anyone know how to fix the problem? Thanks in advance.4.2KViews0likes3CommentsUpload a file as attachment to document Item
Hi, I would like to know is it possible to load a doc or docx file to aras using data loader. I am using data loader which load the document(Item) from excel file. so is it possible to load the file(attachment) load with the parent Item (in Document File Relationship)i.e. wih Document. Thanks.3KViews0likes2CommentsBatch Approve Express ECOs
We are using Innovator 24 in a large course (550+) students. This Fall we will be having all students submit their work using the Express ECOs. Once items are scored, we would like to be able to Batch Approve the ECOs by selecting the desired ECOs with an Action available in the contextual menu to approve the selected ECOs. Any assistance with writing the method that would enable this would be greatly appreciated.Solved0Views0likes1Comment