Customizing Spreadsheet Schemas (v1)
Making changes to your Spreadsheet Schema in its editor controls the look and format of data when Clarify reads from or writes to a spreadsheet.
Worksheets, areas, and cells can be edited by selecting them in the Schema section and accessing the Properties view. You can make changes in its Properties tab.
- Add Worksheet
- Add Unbounded Area
- Add Bounded Area
- Add Row Group
- Add Row
- Add Cell
- Expand All
- Collapse All
- Remove: Remove the selected Worksheet, Area, or Field from the Schema
Under the Sample section, the Select Sample File button allows you to browse for a different file to see how it would look with the Schema applied to it.
Worksheet Level
- Name (of Worksheet)
- Description
- Template
Area Level
- Name (of Area)
- Description
- Offset from Area
- Offset Row Count
Cell Level
- Name (of Cell)
- Description
- Row - Which row of an area the cell belongs in
- Column - The column the cell belongs in
- Default Value On Target - The default value used to populate a field when the source contains null data
Also, when creating a Business Process, if you are writing your target data to a spreadsheet, be sure to use the ConvertSpreadsheet task in the Business Process after the transformation and before writing. See Business Process Tasks for more information.