Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am developing a pushbutton tool for PyRevit that will automatically gather readable data on project`s walltypes, their materials and their widths into a CSV file.
I managed to print out the data as lists of strings and lists of lists of strings. Then at the end I write the data to a csv file, but the strings return as IronPython.Runtime.List in the file, even though they appear as string inside pyrevit.
I`ve tried to run the code through python3 by adding #!python3 at the first line, but that just breaks the __get__(i) part.
How do I get these strings into csv?
My code:
Solved! Go to Solution.
Developer Advocacy and Support +