mirror of https://github.com/ekimekim/wubloader
Add tags column to sheetsync
New tags column shunts all columns after it right by 1. Note we parse tags by splitting on commas then discarding whitespace. If this would create an empty string tag, it is ignored. Example: "foo, bar baz,a,,bc " -> ["foo", "bar baz", "a", "bc"]pull/180/head
parent
ae67cfe61f
commit
cf75ceb837
Loading…
Reference in New Issue