Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dung

Pages: [1]
1
General Board / Re: Example of using JScript-CSV in EAScripLib
« on: April 02, 2014, 05:22:45 pm »
This works well. Thanks Aaron.

However, I am running into another wall in which there are elements inside element of the same level of the package. I can't seem to drill down to the elements within element of the package. I have also looked at the JScript Recursive Element Counrt Example, but that example does not drill down to another level of element containing elements. I would like to see another example of recursive element count of the elements.

Thanks in advance!

Dung

2
General Board / Example of using JScript-CSV in EAScripLib
« on: April 01, 2014, 11:02:35 am »
I have a need to write custom CSV Export using JScript or VBScript. The JScript-CSV library for CSV EXPORT has:

1. function CSVEExportInitialize( fileName /* : String */, columns /* : Array */, exportColumnHeadings /* : boolean */ )
    How is the columns variable declared and assigned?

2. function CSVEExportRow( valueMap /* : Scripting.Dictionary */ ) /* : void */

   How is the valueMap declared in the calling function?

Has anyone used the above functions for export I can use for reference?

Your help is greatly appreciated.

Thanks,
Dung

3
General Board / Example of using CSVIImportFile function
« on: April 08, 2014, 09:23:56 am »
I have got my custom CSV Export using JScript-CSV in EAScriptLib working. I need an example of how to use CSVIImportFile function in the same library to import the CSV file created by my CSV Export back to EA with updated value similar to the standard CSV Import/Export.

Thank you in advance.

Dung

Pages: [1]