Skip to content
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

Added "join" to join fields like voltage, current, etc. with the value #81

Closed
wants to merge 1 commit into from

Conversation

set-soft
Copy link
Contributor

1 nF 50 V isn't the same as 1 nF 100 V and having separated columns for each possible modifier is an overkill. Joining the fields to the value is compact and natural.

set-soft added a commit to INTI-CMNB/KiBoM that referenced this pull request Jul 17, 2020
-## Description

1 nF 50 V isn't the same as 1 nF 100 V and having separated columns for
each possible modifier is an overkill. Joining the fields to the value
is compact and natural.

-## How to use

Define a section named `[JOIN]`. In this section each entry is the name
of a field, followed by the name of the fields that will be added to
its column.
Use tab (ASCII 9) as separator. Example:

```
[JOIN]
value	voltage	current	power	tolerance
```

This will attach the `voltage`, `current`, `power` and `tolerance` fields to the `value` field.

This patch replaces SchrodingersGat#81 and is smaller and more generic.
@set-soft
Copy link
Contributor Author

Replaced by #115

@set-soft set-soft closed this Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant