The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Syntax error: I am getting ? while extracting data using XPATH
Hi, I am trying to extract some data from donedeal.ie website. But I am getting ? instead of values. I am not sure if my syntax is correct or not.
I have extracted XPATH using google chrome. Right-click and inspect the element and copy the Xpath. For example, I have extracted following following Xpath
/html/body/main/div/div[1]/div/div[2]/div[2]/div[3]/div[1]/div/div[1]/div/h1
I have used h: before div and html but didnt help
Can you please help?
Regards
/Shahzad
I have extracted XPATH using google chrome. Right-click and inspect the element and copy the Xpath. For example, I have extracted following following Xpath
/html/body/main/div/div[1]/div/div[2]/div[2]/div[3]/div[1]/div/div[1]/div/h1
I have used h: before div and html but didnt help
Can you please help?
Regards
/Shahzad
Tagged:
0
Answers
Scott
XML is pasted below. I have two processes Adverts Process and Donedeal Process. In Adverts process I am not able to fetch "Year" rest all other attributes are OK.
From Donedeal process, i cant fetch any attribute from the web page. Any help will be helpful.
Regards
/Shahzad
Thank you.
Scott
I have tried to paste the code but web page is not allowing me to post the comment. I have attached file including xml tag. Hope that will help.
Regards
/Shahzad
- For Adverts, if you want the year of the car why not just create a new attribute which is the prefix of your Vehicle Name or Description fields which have that information? As years are always in the beginning and four digits, you could simply do this:
- For Donedeal, the issue is that your information is in JSON format, not XML. Just use the Json path option instead of XPath in your Extract Information operator:
If you're not familiar with JSONPath, this is always my go-to resource: https://goessner.net/articles/JsonPath/
Scott
Combined with Scott's link it saved me a lot of time already
I am not sure if the website is badly designed or information in GRID cannot be accessible via XPath.
Regards
/Shahzad