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
columnID: Sequential numeric column ID based on the order of schedule columns starting at 1 up to total number of columns extracted.
scheduleID: Sequential numeric schedule ID starting at 1 up to total number of schedules extracted.
scheduleTitle: Title of drawing schedule if displayed graphically on the sheet. This can be different than the name of the schedule used in the GUI.
isOnSheet: True if the drawing schedule appears on a sheet, otherwise False.
columnHeaders: Drawing schedule column headers. Headers with groupings are formatted with a "|" delimiter like: "Column Group Header Text|Column Header Text". Column headers and groupings are what are displayed graphically, and are not required to match the parameterName containing the data.
parameterName: Name of the parameter that stores the data. The parameter name can be different than what ColumnHeaders displays on the sheet.
isShared: True if the Parameter Name is stored with a parameter with a GUID (in Revit, a "Shared Parameter"), and False if not.
sharedParameterGUID: GUID of the parameter (in Revit, the Shared Parameter GUID)
columnValues: All values in the column separated by the delimiter "|". Delimiter only between values, not at beginning and end. An empty column results in "" not "||".
fileHashID: SHA256 hash of file, used to uniquely ID each file independent of filename, timestamp, and path.
fileName: File name without path.
filePath: File name with full path.
Notes:
fileName and filePath are extracted but optional for submission.
The text was updated successfully, but these errors were encountered:
Proposal for new schema to address some minor issues.
Data Extraction Schema (Proposed)
The following data is extracted in the following comma delimited format with quote wrapped strings, with one CSV row for each drawing schedule column:
True
if the drawing schedule appears on a sheet, otherwiseFalse
.parameterName
containing the data.ColumnHeaders
displays on the sheet.True
if theParameter Name
is stored with a parameter with a GUID (in Revit, a "Shared Parameter"), andFalse
if not.Shared Parameter
GUID)Notes:
fileName
andfilePath
are extracted but optional for submission.The text was updated successfully, but these errors were encountered: