CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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?

Minh họa câu hỏi

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.

  1. A. SET vFileList = 'Day1','Day2','Day3';FOR EACH vFile in $(vFileList)LOAD * FROM [lib://Data (User1) /multi/$(vFile).csv];NEXT
  2. B. LOAD *FROM [lib://Data (User1)/multi/*](csv); — đáp án hiện tại
  3. C. LOAD *FROM [lib://Data (User1)/multi/*](txt)
  4. 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.

Câu hỏi liền kề