Memory Data Import

Description

Memory Data Import provides a generic import mechanism for memory data from a CSV or Excel file.

Note

This Data Provider is new in Squore 18.0

Usage

Memory Data Import has the following options:

  • ( root_node , default: Resources)

  • Data File ( xls_file ) Specify the path to the file containing Memory information.​

  • Sheet Name ( xls_sheetname ) Specify the name of the Excel sheet that contains the Memory list.​

  • Memory Column name ( xls_key ) Specify the header name of the column which contains the Memory key.​

  • Grouping Structure ( xls_groups ) Specify the headers for Grouping Structure, separated by ";".​

  • Filtering ( xls_filters ) Specify the list of Header for filtering For example: "column_name_1=regex1;column_name_2=regex2;​

  • ( csv_separator , default: ;)

  • ( memory_size_column_name , default: Total)

  • ( memory_used_column_name , default: Used)

  • ( memory_type_column_name , default: Type)

  • ( createOutput , default: true)

The full command line syntax for Memory Data Import is:

-d "type=import_memory,root_node=[text],xls_file=[text],xls_sheetname=[text],xls_key=[text],xls_groups=[text],xls_filters=[text],csv_separator=[text],memory_size_column_name=[text],memory_used_column_name=[text],memory_type_column_name=[text],createOutput=[booleanChoice]"