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 #115

Merged
merged 1 commit into from
Jul 18, 2020

Conversation

set-soft
Copy link
Contributor

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 #81 and is smaller and more generic.

-## 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.
@SchrodingersGat
Copy link
Owner

I have merged this and added some documentation into README.md

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.

None yet

2 participants