You are adding a new compound to the table, and you have identified a preexisting structure that either matches the new compound or can be modified to match it.
Example of a five-membered array corresponding to a compound associated with a generic structure:
[ [ 'i-Pr',
'prenyl',
'H',
'prenyl',
'X = OH'
],
['olympiforin B', 'c'], // footnote c
'H. olympicum L.',
'+9.8 (0.116, m)',
['Ilieva 2023', 'doi.org/10.3390/plants12071500']
],
Example of a five-membered array of a compound associated with a singleton structure:
[ '', ['olympiforin B', 'c'], // footnote c 'H. olympicum L.', '+9.8 (0.116, m)', ['Ilieva 2023', 'doi.org/10.3390/plants12071500'] ]
There are always five members of each array, although some members may themselves be arrays containing multiple members.
['W. Gao 2016a', 'doi.org/10.1021/acs.jnatprod.5b01063']and an array of two-string arrays represents multiple references:
[ ['Charchoglyan 2007', 'doi.org/10.1016/j.phytochem.2007.06.004'], ['Sparling 2015', 'doi.org/10.1021/acs.orglett.5b01121'] ]