Message 1 of 2
Parameters not updating from a new CSV file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a CSV file that I generate using python with variables. When I upload it for the first time and design based on those parameters - everything works. But when I try to import another csv file with the same parameter names but different values instead of updating them, I get a duplicate dimension, for example instead of a variable "fd_ = 10mm" updating to "fd_ 12mm", it creates a variable "fd_1 = 12mm". Is there a way to make it so that the parameter dimensions get updated?