-
-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Schedule from CSV File #1588
Comments
@Kuhndog444
now to the interesting part -> Revit 2022+ I did try to fix it with this PR |
📦 New work-in-progress (wip) builds are available for 4.8.13.22249+0204-wip |
Thank you @jmcouffin for the PR. I made a few modifications and also fixed the function that was checking for parameters. Previously only project parameters were supported but now any parameter that shows up in the Revit Schedule parameter selector, is now accessible. |
Tested and approuved @eirannejad 😃 🚀 🎸 |
📦 New work-in-progress (wip) builds are available for 4.8.13.22261+1757-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.22276+0126-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.22276+1630-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.22340+1831-wip |
@eirannejad are you usually closing issues with commits or keeping them as a backlog for next release notes? |
📦 New work-in-progress (wip) builds are available for 4.8.13.22361+1659-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.22361+1659-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.22361+1659-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.22362+1614-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.22363+0119-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.22363+0123-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.22363+2256-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.22364+2220-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.22364+2352-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23004+2125-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23009+1716-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23010+1940-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23018+1043-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23019+2135-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23114+0751-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23114+0900-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23117+1019-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23122+0740-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23126+1635-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23131+1009-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23137+0756-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23137+0809-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23139+0632-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23144+0857-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23144+0943-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23144+0957-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23144+1030-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23161+1332-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23163+0849-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23163+0858-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23163+0910-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23163+0908-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23163+1046-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23163+1150-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23163+1153-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23164+0946-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23165+1014-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23166+0843-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23170+0833-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23170+1018-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23170+1041-wip |
📦 New work-in-progress (wip) builds are available for 4.8.13.23177+1038-wip |
📦 New public release are available for 4.8.13.23182+2215 |
Hello,
First of all I wanted to say, pyRevit is AWESOME!!!
I haven't had a problem with anything I've used so far except for this issue I'm having:
I'm trying to create a Schedule from a CSV File. It works fine in Revit 2021 when there's only one (1) Column but as soon as there are more than one column, this error comes up::
Different Parameter names work as well as long as it's only one column.
I tried to get it to work in Revit 2022 and had the same issue but with a different error:
I read through the issues here and you had sent another (Jariverag) to the pyRevit Forums for a similar issue, I looked through the pyRevit forums and couldn't find anything close to this issue.
I have attached my csv file below for your reference:
test csv.csv
As you can see, the parameters exist in the project(s):
Could you please help? Any help would be appreciated and would be excellent!
The text was updated successfully, but these errors were encountered: