Introduction

You can use the Excel file to add an InfoSource to a point and set its properties.

The system creates (at least one value is needed in one of the sub columns) or updates an InfoSource.


Example

An InfoSource is created inside the component described in the row

InfoSource
 Create/update subComponents
descriptionsourceDisplayNamemnemonicnotessyncUpsyncDowninheritmarkerstag:b:myTag{baja:Boolean}
myDescription%parent.displayName%myMnemonicmyNotesfalsefalsetruehs:heattrue


Columns syntax

Add a colum named "InfoSource" on the first line. Then you can define those following subcolumns (none of them are mandatory)

Accepted value

IMPORT

Simply add values to the slots you want to update.

EXPORT

If there is a value in the slot associated to a column, the slot's value will be exported to the cell.


SPECIAL CASE FOR SOURCETAGS

It's not possible to update a readOnly SourceTag. However you can replace the "tag:" prefix with the "tagReadOnly:" prefix in your subColumn (example: tagReadOnly:b:myTag(baja:Double). This prefix will allow you to export the SourceTag to Excel. On the import the SourceTag will be created if it doesn't exist or ignored if it's already there as it's a readonly SourceTag.


Try it yourself !

Here is the file used in the above import example. Download it, try importing it and see the result.

createAnInfoSource.xlsx