CSV File Access from Chief


clearvuedesign
 Share

Recommended Posts

Hey everyone, does anyone know how to access or get information from a file outside of Chief Architect and have it fill text in Chief Architect? Anything along those lines, like Chief reading something that's not in Chief and then writing text for it? 

Edited by clearvuedesign
Link to comment
Share on other sites

you can write a macro that opens up a file in a specific place (there is no gui to select the file), and then parse the file into global variables. But the macro needs to run every time you open the file

 

The better solution for a one and done, IMHO, is to write a program that converts the csv to the macro specific file format, and then import it via the macro import functionality in CA.

 

or import into excel, and then do whatever you want with it, and then import in CA as picture, pdf, etc

 

Edited by SHCanada2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share