Remove column header for optional property if no values #2254
Unanswered
tanuki-billie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am working on a plugin for a program that exports a schedule of building hangers. All hangers have either 1 or 2 rods, and each rod has a thread length. 99% of the time, the thread lengths are the same if the hanger has two rods. Thus, this is how my data is structured:
All fields are required, except for the secondary thread length. Is it possible to skip writing the header for
SecondaryThreadLength
if, within a list of records, none of the records have a value for this? (the value is set tonull
by default)Beta Was this translation helpful? Give feedback.
All reactions