You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the basic 10K extraction there are some column names that get added to the output like ]fiscal_year_end, ]irs_number, ]state_of_incorporation, instead of fiscal_year_end, irs_number, and state_of_incorporation. While I haven't dug into this yet, this is probably cropping up from a bad field name in the raw basic 10k text itself (an added [ in front of the field name). I think this can be fixed by just stripping special characters from the field names, or defining the schema/field names ahead of time and enforcing that extracted field names fit into these preset fields.
Success Criteria
How will we know that we're done?
Extracted field names fit into a standard set of columns
The content you are editing has changed. Please copy your edits and refresh the page.
Overview
During the basic 10K extraction there are some column names that get added to the output like
]fiscal_year_end
,]irs_number
,]state_of_incorporation
, instead offiscal_year_end
,irs_number
, andstate_of_incorporation
. While I haven't dug into this yet, this is probably cropping up from a bad field name in the raw basic 10k text itself (an added[
in front of the field name). I think this can be fixed by just stripping special characters from the field names, or defining the schema/field names ahead of time and enforcing that extracted field names fit into these preset fields.Success Criteria
How will we know that we're done?
Next steps
The text was updated successfully, but these errors were encountered: