You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
395 B
8 lines
395 B
let {sourcetype, dateadded, language, author, publicationd, theme, readingd} = input;
|
|
const {globalFunc} = customJS
|
|
const DataType = 'Source'
|
|
const iArray = [sourcetype, dateadded, language, author, publicationd, theme, readingd];
|
|
const dArray = ["sourcetype", "dateadded", "language", "author", "publicationd", "theme", "readingd"];
|
|
|
|
return globalFunc.getTable(dv, DataType, dArray, iArray, 0)
|