Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
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