How to manually add a column while data scraping in UiPath - uipath

I am scraping an internet shop, and writing down the "name" "price" and "specific good url's" columns. But I also want to add another column with internet shop link (cause I will scrape a lot of them). How can I do that?

Related

Get product prices from Website and have them automatically update on Google sheets and include a percentage change column

I want to create an Excel sheet / Google Sheet which extracts product prices online (i.e. from Thomann, Sweetwater, wood brass, etc.), such that each time there is a price change on these websites, it would automatically update on the sheet. I also want to include a column to show the percentage change (has the price increased or decreased?).
In excel as much as i know there is a feature but its only available for microsoft 365 what it does is that it pulls data from a link and then paste it in excel form.
Here is a workaround from micfosoft:
Get started with Power Query and take your data transformation skills to the next level. First, let's import some data.
Note Although the videos in this training are based on Excel for Microsoft 365, we've added instructions as video labels if you are using Excel 2016.
Download the template tutorial that accompanies this training, from here, and then open it.
On the Import Data from Web worksheet, copy the URL, which is a Wikipedia page for the FIFA World Cup standings.
Select Data > Get & Transform > From Web.
Press CTRL+V to paste the URL into the text box, and then select OK.
In the Navigator pane, under Display Options, select the Results table.
Power Query will preview it for you in the Table View pane on the right.
Select Load. Power Query transforms the data and loads it as an Excel table.
Double-click the sheet tab name and then rename it "World Cup Results".
Tip: To get updates to this World Cup data, select the table, and then select Query Refresh

Microdata and Json-ld

I have an e-commerce website , so to markup my products i am using schema.org vocabulary.
However, previously i used microdata and google seo recognised it as a structured data and i can see my items in the structured data column.
But, when i click the Rich cards feature, it doesn't show up any markup for my products.
So what i did was i used json-ld as well.Now, if i were to go to https://search.google.com/structured-data/testing-tool and fetch my url there, i can see 26 products instead of 13.
I get it ,i used both of them hence twice the no of products.
What i wanted to know was , why am i not be able to see rich cards and if i mix both of them , does that hinder google search results?

Translate Magento Shop Categories

I want to translate categories in magento but I didn't found any way but only to add products multiple times and set different store view but that is really very time consuming if I have lots of categories and lots of site views.
Any short way to translate categories?
Yeah, that one is one of these things that can be done without extensions but are not intuitive. I had to check a video from youtube to get to the solution, which is:
Go to Catalog->Manage categories.
Select the category you want to translate. I am assuming that this category applies to the whole store, all store views included.
Then at the top left box select the store view that you want to display the category in a different language, i.e. "English".
Now the general information tab of the category shows checkboxes with the option "Use default value". Uncheck the checkbox for the field "Name" and change the name for the translated text.
Save category.
In case you find difficult to follow my instructions check this video:
https://www.youtube.com/watch?v=VppfnO14jfE

Magento - Rename Tax to GST

Throughout my Magento website, where there are products, I made it so that a customer can see the price of the products, with and without Tax.
However, how can I rename the word 'Tax' to 'GST' whenever a product is viewed within the website. I believe I have to go to the back-end and change some script around, I just don't know where?
The easiest way is to translate inline.See here to enable the inline translation from admin panel. Now hover over the "Tax" you can see the book icon click on that and type whatever text you want to replace with, in your case its "GST".
Another way is to directly changing in the csv files in app/locale folder.According to the locale you have choosen, for example if you have choosen "United States" than check for the file Mage_Tax.csv file inside "app/locale/en_US/Mage_Tax.csv". After opening this file search for term "Tax","Tax".Change it to "Tax","GST". and save it.
Hope this will help.

Magento: How Search Box Results Are Generated

I am a newbie in Magento and I have a question regarding the way the search box works.
If I understand correctly, the searchbox uses the catalogsearch_query table which is populated with the search terms the customers have entered in the input box. As a result these make up suggested results when someone types in a word.
The thing is, some of the customers may have entered something completely irrelevant to the store products (store that sells shirt dresses) e.g. black car with white stripes and it will show up as a result if the next customer types in the word 'black'.
Is there a way I can avoid something like that by manually modifying the code? If yes, what files would I have to change to achieve the required result?
Thank you for your time and your help!
What you can do is go to catalog in the admin and go to the catalog search tab, you can change the "search type" from "like" to "full text" and it will search exact string, however for this to be accurate attributes and titles have to be setup appropriately to your type of product. I wish I had a direct answer but messing around changing the settings of attributes being searchable and changing the configuration of the search method are good areas to start.

Resources