Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am using the QV Document Analyzer(Rob Wunderlich) for the first time. I just wanted to understand on which location below csv files will get generated.
Docinfo.csv
Dimesion.csv
Field.csv
Font.csv
etc.
Steps being followed:
1) Given the location of the QVW file
2) Ran the Extract Metadata Macro, Ran Successfully.
3) White running the reload m getting below error.
Do I need to change the log file location anywhere in the script?
Hi,
Could any one help me with this issue.
Well, do you have this network path (as written in the error_message)? Does that exist? And does the app/ do you have RW access to that path?
Otherwise you'll have to locate that particular LOAD statement and amend that.
Check the path whether the path considering is good track or not. For me, Issue like .Log file path only.
Hi,
I have access to that path, but I cannot see any file such as DocumentAnalyzer.log or any such file mentioned above. I am not getting how those files are getting generated, either generated manually or system generated.
When I go DocumentAnalyzer script I can see below codes eg. in Docinfo tab
//=== General information about the analyzed document.
DocInfo:
LOAD DocPath,
DocOpenDuration,
DocAnalysisDatetime,
PrjUsed,
GenerateLogfile
FROM
[$(rootDataDir)\docinfo.csv]
(txt, unicode, embedded labels, delimiter is ',', msq)
;
my only doubt is how this csv file created and where it is getting saved.
As per my understanding, here $(rootDataDir) contains the path details of my QVW app (and I have given "\\ns-sisci01hd\home_s01\Citrix_Folder_Redirect\Desktop\Testing\123.qvw")
Please correct me, if my understanding is not correct.