Provide a default value for the record ID source (csv, id, bucket) in
the Vandelay record export interface. Without this, a record source was
only specified if the source value was modified. Defaults to 'csv'.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
})
export class ExportComponent implements AfterViewInit, OnInit {
- recordSource: string;
+ recordSource = 'csv';
fieldNumber: number;
selectedFile: File;
recordId: number;