Create export-rearports-for-adding-details.txt#84
Open
gdprdatasubect wants to merge 1 commit intonetbox-community:masterfrom
Open
Create export-rearports-for-adding-details.txt#84gdprdatasubect wants to merge 1 commit intonetbox-community:masterfrom
gdprdatasubect wants to merge 1 commit intonetbox-community:masterfrom
Conversation
Why? We use Label and description of rear ports to mark in where which room a port ends. After adding the information it can be reimported again thanks to the recently added edit functionality. Example: id,name,description,label 1337,1,Wallmounted,R4711 1338,1,In Ceiling ,Floor 0815
Contributor
|
I get what this is trying to accomplish, but I wonder if its too simple of an export template to warrent inclusion in the repo. Anyone with an opinion here? |
Contributor
|
Seems very simple. You could do it without an export templating just by selecting the columns of interest, except that the column headings will be wrong. If you want a more sophisticated example, you could use something like this for cables: (although since AFAIK it's not possible to use CSV to import multi-termination cables, this only works if there are single terminations at each end) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why? We use Label and description of rear ports to mark in where which room a port ends. After adding the information it can be reimported again thanks to the recently added edit functionality.
Example:
id,name,description,label
1337,1,Wallmounted,R4711
1338,2,In Ceiling ,Floor 0815