Untitled
unknown
plain_text
3 years ago
1.6 kB
10
Indexable
[
{
fileId: 1,
fileName: '1lorem_ipsum.xls',
status: STATUS.VALID,
technicalErrors: [],
timestamp: Date.now()
},
{
fileId: 2,
fileName: '2lorem_ipsum.xls',
status: STATUS.INVALID,
technicalErrors: [],
timestamp: Date.now()
},
{
fileId: 3,
fileName: '3lorem_ipsum.xls',
status: STATUS.VALID,
technicalErrors: [],
timestamp: Date.now()
},
{
fileId: 4,
fileName: '4lorem_ipsum.xls',
status: Math.floor(Math.random() * 8) > 1 ? STATUS.VALID : STATUS.INVALID,
technicalErrors: [],
timestamp: Date.now()
},
{
fileId: 5,
fileName: '5lorem_ipsum.xls',
status: Math.floor(Math.random() * 8) > 1 ? STATUS.VALID : STATUS.INVALID,
technicalErrors: [],
timestamp: Date.now()
},
{
fileId: 6,
fileName: '6lorem_ipsum.xls',
status: Math.floor(Math.random() * 8) > 1 ? STATUS.VALID : STATUS.INVALID,
technicalErrors: [],
timestamp: Date.now()
},
{
fileId: 7,
fileName: '7lorem_ipsum.xls',
status: Math.floor(Math.random() * 8) > 1 ? STATUS.VALID : STATUS.INVALID,
technicalErrors: [],
timestamp: Date.now()
},
{
fileId: 8,
fileName: '8lorem_ipsum.xls',
status: Math.floor(Math.random() * 8) > 1 ? STATUS.VALID : STATUS.INVALID,
technicalErrors: [],
timestamp: Date.now()
},
{
fileId: 9,
fileName: '9lorem_ipsum.xls',
status: STATUS.VALID,
technicalErrors: [],
timestamp: Date.now()
},
{
fileId: 10,
fileName: '10lorem_ipsum.xls',
status: STATUS.INVALID,
technicalErrors: [],
timestamp: Date.now()
}
]Editor is loading...