Ihave been wracking my brain trying to figure out how to import data from these two RTX indicators into Bookmap cloud notes, to no avail. Could somebody kindly post a template or some remedy for my malady? I will store the files locally on my hard drive. Any assistance will be greatly appreciated!
Assuming you can get your data into V# variables, you should be able to use the Export Data indicator to export to a file of any format you need. I'm not clear what format Bookmap is looking for, but you should have the flexibility with ExportData to do what you need to do. Watch this video on ExportData: -rtx
greetings Chad, all;
I have the export data working fine per IRT instructions. i use the system stats and a couple other V# for Settlement for example. The trick is the setting up the IRTinput file and output file in the Bookmap format. my problem now is pushing the data to bookmap from my computer rather than a cloud source, works perfect from Google sheets but I can't figure how to push the ITR output file up to google sheets efficiently or directly to bookmap from this machine?...
in case it might help i have attached the input and output files for ES rithmic excel files here...
all the best,
Bill
Doesn't Google Drive give you a local folder. If so you can direct ExportData to save the results to that folder. And it seems you should be able to setup Google Drive to synch the local folder with the server on a schedule that works for what you're doing. I'm not real familiar with Google Drive but let me know if you uncover anything on that front.
the full "share link" will not work. you need to make it "downloadable" (if that is a word? also the file must be CSV.
i don't use sheets but google drive. for my bookmap i use a link to my own computer.
for Google drive you need to change the url around. =download&id="File name. in your above example it is after the "e/" and before the next /.
if you have IRT on the trading computer (or a file system like Dropbox of Google Drive.) then file://The full path to the csv file works great.
anyway both work great.
so good luck
Bill
I just funded my account and try to connect to Bookmap via my live account. I notice that while i was able to connect to bookmap via the tradeovate connections but i was not able to subscribe to instrument like B5, LB5, MES or ES.
And I got the message as my license does not permit.
Each of the topics is valid, according to FM, and saves to .pdf correctly.
Structure > Validate is greyed out for the bookmap, but in another environment the bookmap generates a .pdf with no errors.
"Internal error 15054: FM has detected a serious error and must quit." Repeatedly.
Existing functionality : In the Assets Console,Whenever an author creates a DITA Topic or Map using the OOTB DITA templates,the user given template form value of Title field,gets automatically inserted to the tag and the title is rendered on the web editor.
Analysis on OOTB Functionality,from where this title is being fetched:The value of the title attribute is getting saved in the XML original rendition when the asset is created for the very first time and is always being read from there, the xml original rendition like [1]
At save or creation of the bookmap a POST request like [2] is triggered with operation 'createditamap' which is handled by a servlet [3] which reads all the data values (specifically reads the title) and sets all the properties at the node and in the XML original rendition.
Current Requirement/Customization: Existing bookmap template has two fields i.e: Title and Name.Now,there is a requirement to add few fields in bookmap template like Short description, Document Type,Product Name,Version,Part Number,Revision and capture the authored template form data and insert the corresponding values in the bookmap metadata elements like ,,,,, respectively.
2) I had overlaid the existing servlet class called VersionUtils.java ,I am able to capture the user given information i.e I am able to retrieve the data using SlingHttpServletRequest request object.I am able to save the user given template data under jcr:content node of a ditamap (/content/dam/techpubs/en/test-content/maps/test-descritpion.ditamap/jcr:content).I am trying to input the information into the XML original rendition file,like the existing works.
As I understand from your post, you want a similar behavior as to how the title gets auto-populated in the newly created bookmap - you want same behavior as to insert other elements like product-name, bookpartno etc.
Essentially title field that you see in metadata is populated by the value from the in XML on creation - so it is other way round. You can observe this when you try to change the title in the XML - this will get propagated to the metadata of file.
However, if the purpose is to get other values like product-name, bookpartno into the asset metadata then that is possible with use of serialization config which is designed to extract the XML content to asset metadata. You can read about this in section "Add custom elements or attributes in search" of Installation and Configuration Guide
3a8082e126