creates a new instance and sets the name passed to load a set please refer to loadSetFromFile
a designated name for the set
Runs through all records of the loaded set, retrieving paths in the defined {field} (usually FN) and checks if the referenced files are present in {baseDir}
An array of objects
the field code to retrieve the paths from, usually FN
the base bath of your assets directory
Runs through all records of a loaded set, retrieving the links in the defined {field} (usually RT) and checks if the adress is reachable.
An array of objects
the field code to retrieve the links from, usually RT
returns the two letter axiell field code when passed the fields name
An Adlib field code or null
the field name to be translated
Serialises a specified selection of fields from the currently loaded set into an importable adlibdat string. If null is passed instead of an array of fieldcodes all available fields are rendered.
a serialized adlibdat string
an array of fieldcodes to be serialized or null
loads and parses a csv file from the specified path, if passed an array of field codes, they are used as column headings if null is passed in fields, the contents of the first row are assumed to be headings, these can be either field names or two letter field codes, a delimiter must be passed, there is no default
the path to the csv file to be imported
an array of field codes
the delimiter for the CSV
Filters the loaded set for a passed {id} in the defined {field} Returns the FIRST record matched
a JSON representation of an Adlib record
the fieldcode in which the identifier is sought
the identifier
a list of field codes to be included in the output record
Generated using TypeDoc
Implements
IAdlibRecordSetInterface