11-27-2017 12:54 AM - edited 11-27-2017 12:56 AM
HI.
After doing export to NI Comma Delimited Text (*.csv), i want to import only a specific value from the csv file.
How can i do this?
Thanks.
11-27-2017 02:17 AM
HI.
After doing export to NI Tab Delimited Text (*.txt), I want to import only a specific value from the txt file.
How can i do this?
Thanks.
11-27-2017 04:36 AM
I am assuming that you need to import data for a specific property (instead of specific value).
Here is what you can do in the property loader step:
1. In the 'Step Settings' tab, add a source, configure the the type and location. Also, disable 'Import All Properties From Source'.
2. In the 'Target File and Source Settings' tab, use the property selector (present on the right side of the step settings pane) to select the variables/properties to which value should be imported.
Now, when you execute the step, value should be imported only for the selected variables/properties.
-Shashidhar