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)