Showing posts 11 - 13 of 13
data transfer from web to database
Job of the week
Featured threads
- How relevant do links need to be? 14 replies
- Tracking Online Response to Marketing/Communications Activities 8 replies
- Behavioural targeting software 4 replies
- Penalty avoidance on English-speaking foreign sites 5 replies
- 3 way linking - good or bad? 21 replies
Most viewed threads in last month
Most active threads in last month
- Best Practice SEO Guide Jan 2012 1 reply
- fraurpirl 0 replies
- VeisseAgite 0 replies
- KeellOrielm 0 replies
- Entry level search function 0 replies

bms
23 September 2008 05:04am
After every Extract Table command is executed, you can use System Variable command, $Table Column(index)$ to extract the row data of the Table.Insert Database commands to connect and insert the Tabular data extracted from the web into the database.
--------------------
oliviaharis
http://www.drivenwide.com
Retired at Retired
23 September 2008 10:45am
XML is generally more robust. For example if any fields contain newlines, that may well cause a problem with csv files because a newline indicates the end of a record. XML handles this with no problem. Also if you have extended characters outside the normal Latin-1 set, XML will handle that. Or binary data, and so on and so on.
But if the data is straightforward go with CSV with a song in your heart.
Senior marketing officer - online at MyScience.co Ltd
23 September 2008 20:37pm
Thanks Textor,
This all makes me a bit more comfortable with how we proceed and that the plans won't be shot down by the technology
John