Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Record counts in QVX file using unix

Hi experts,

I have qvx files in linux machine and want to see record count of each qvx file in linux machine itself. Is there any way to see the record counts.

Regards,

Leelananda

2 Replies
Clever_Anjos
Employee
Employee

grep -A 5 --binary-files=text "</QvxTableHeader>" y.qvx | wc-l

if result >2 there is data into that file

rbecher
MVP
MVP

Hi Kumar,

I provide a Java library for QVD and QVX data processing. This could help..

- Ralf

Astrato.io Head of R&D