Câu 6: QSDA2024: Qlik Sense Data Architect Certification Exam - 2024
Refer to the exhibit. A system creates log files and csv files daily and places these files in a folder. The log files are named automatically by the source system and change regularly. All csv files must be loaded into Qlik Sense for analysis. Which method should be used to meet the requirements?
Nội dung câu hỏi
Refer to the exhibit. A system creates log files and csv files daily and places these files in a folder. The log files are named automatically by the source system and change regularly. All csv files must be loaded into Qlik Sense for analysis. Which method should be used to meet the requirements?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. SET vFileList = 'Day1','Day2','Day3';FOR EACH vFile in $(vFileList)LOAD * FROM [lib://Data (User1) /multi/$(vFile).csv];NEXT
- B. LOAD *FROM [lib://Data (User1)/multi/*](csv); — đáp án hiện tại
- C. LOAD *FROM [lib://Data (User1)/multi/*](txt)
- D. SET vLib = chr(39) & 'lib://Data (User1)/multi/*.csv' & chr(39);FOR EACH File in filelist($(vLib))LOAD * FROM [$(File)];NEXT
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.