Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
website_contact:running_projects [2022-10-21 13:25] svenwebsite_contact:running_projects [2022-10-24 14:34] sven
Line 44: Line 44:
 A CSV file usually looks as below: A CSV file usually looks as below:
 <code> <code>
-"FirstName","LastName","Website","Rating"+**"FirstName","LastName","Website","Rating"**
 "John","Doe","www.gsa-online.de","8" "John","Doe","www.gsa-online.de","8"
 "Jean","Doe","www.proxy-scraper.de","9" "Jean","Doe","www.proxy-scraper.de","9"
Line 52: Line 52:
 When having this imported, you can use macros like //%FirstName%//, //%LastName%//, //%Website%// and //%Rating%// as these are the header cells of the imported CSV file. When having this imported, you can use macros like //%FirstName%//, //%LastName%//, //%Website%// and //%Rating%// as these are the header cells of the imported CSV file.
  
-**Note that the CSV headers should NOT have the % around the headers, just use them for the macros.**+  * <color red>**Note that the CSV headers should NOT have the % around the headers, just use them for the macros.**</color> 
 +  * <color red>**Also after import you will NOT see new columns in the site listing, but you see CSV Data details in a mouse over hint.**</color>
  
 A message for this project could e.g. look as follow: A message for this project could e.g. look as follow: