Alternative Data Formats
This page will provide a description and examples for each available data format available in Report Builder
Last updated
This page will provide a description and examples for each available data format available in Report Builder
Last updated
Reports can be produced in different formats depending on how and where you use the reports. In Report Builder, you can find the following format options for your perusal: Print Format HTML, Bulk Student Select, CSV, Report Summary, Custom CSV, XLS, Uploaded HTML template, and JSON. All of these will be explained in detail on this page.
Refer to the Format Report workflow for the instructions when building a report in Report Builder.
On-Screen data export.
In using Report Builder and when testing out a small amount of data or information, this is the fastest way to check if your filter clauses are working. If selected to be your output format, Paradigm will open a new window to display your report.
Used for bulk reports and actions within the system
This output format option will be explained more in detail in this knowledge article: Bulk Student Select
Comma-separated value is a text file that has a specific format that allows data to be saved in a table structure. This output format is very useful in exporting a large amount of data from Paradigm. Another advantage of using this format is its flexibility to work with many other applications.
A CSV output format for your report can be customised more by using a delimiter and enclosure.
Adding the value "NA" as a delimiter will disable the default rendering of column names in sentence cases. This change supports integrations with external systems that are especially case-sensitive to field column naming.
Delimiter
This will tell the program or application you used to open the CSV file where is the starting point of the field and where it ends. The most commonly used delimiter is the comma (,).
Enclosure
This will tell the program or application to enclose fields that contain a delimiter character that youβve set to be read as one field. (e.g. using (,) as a delimiter and in one of the fields to be outputted contains the text βUnit1, Unit2, Unit3β which is intended to be read as one field). The most commonly used enclosure is the double quotes (β).
Transpose (Yes/No)
If you want to retain or not a case-specific output of the column fields.
Example
Delimiter is set as comma (,) and Enclosure is set as double quotes (β) sample data output: "Mr.","Marcus","Fernandez","7 Birch St.,","Bayswater","VIC","3153"
In the sample output, since an enclosure is set, the field β7 Birch St.,β which contains the Delimiter value set as comma (,) is considered as one field rather than two.
Some data or fields in your report can be summarised (as set under the SUMMARISE DATA section). This output format will give you options to display your report with data and summary, summary only, or data and summary in separate files.
Sample Data with Summary
Data and Summary
This output type will give you the data and their summary, e.g. Invoice Amount field and its Sum
Summary Only
This output type will give you only the summary of the data or field selected, e.g. just the Sum of the Invoice Amount, without giving you all the data that has been summed up.
Data and Summary in Separate Files
This output type will give you two separate files. One for the data, in the example above all the data or information under the Invoice Amount Field, and the other file contains the summary of the data.
The original file extension type for Microsoft spreadsheets.
Used for mail merge documents (legacy Paradigm Report Builder version).
JavaScript Object Notation (JSON) is used if you want the data generated in Paradigm to be transmitted to your other web applications used in your business or institution.