nederlands / dutch csv software informatie over internetpagina & web design english csv software information

Buy Killink CSV Esselerate
Shareware programma
Killink CSV

van White Peak
Software Inc.
» wat moet een product datafeed minimaal bevatten? » - » Open CSV in Excel »

csv comma seperated values nederlands / dutch csv software informatie

Waar is een csv bestand goed voor ? We hebben toch een spreadsheet, alles netjes geordend en opgemaakt? Wel op die ene pc en voor dat ene programma. Nu moet er uitgewisseld worden. Dan wil Excel graag de bestanden lezen in .xls en andere spreadsheets hebben ook weer hun eigenheden en benamingen. Om over website toepassing maar te zwijgen.

Dan hebben we dus de CSV. Een kaartenbak, een gestructureerde reeks van gegevens, want zonder structuur in de CSV weet niemand meer wat waarbij hoort. Dat is ook het grote verschil met de oude vertrouwde kaartenbak : laat je die vallen, heb je ook een puinhoop, maar je ziet tenminste de seconden verstrijken waarop de kaarten over de vloer wegschuiven....
een pc doet dat veel beter, toegegeven : je hebt meer gemak, kunt makkelijker sorteren, kunt veel meer combineren , kunt er met meerderen aan werken, maar vooral : als er iets grond misgaat is het in een fractie van een seconde grondig mis.
Moraal van dit verhaal : behoudt de structuur.
CSV english csv software information : and the need of structure in your datafeed for exchange between pc, between different software, between local software and the internet and affiliate marketing. !

weergave van een datalijst in spreadsheet formaat
Basis - the Basics
Nederlands ( dutch ) CSV nederlands / dutch csv software informatie

CSV Standaard bestands formaat

Het CSV ("Comma Separated Values") bestandsformaat wordt vaak gebruikt om data tussen verschillende aplicaties uit te wisselen, zo kom je dit tegen bij bijvoorbeeld KSpread, OpenOffice : Calc en Microsoft Excel.
KSpread is onderdeel van KOffice / Linux/KDE.

CSV bestanden raken een beetje in onbruik door toepassing van de XML data mogelijkheden, althans voor deze toepassing. Voor het uitwisselen van produkt - data bestanden zijn ze nog steeds zeer handig.

Het CSV Formaat

  1. Elk record in de kaartenbak is een regel als in een teksteditor of spreadsheet - het regelscheidingsteken kan zijn een LF ( Linefeed in hex : 0A ) of CR LF ( Carriage Return Linefeed in hex 0D0A ), een regel- afscheidings teken mag ook ingebed zijn in de data van het veld, zodat je daarin een nieuwe regel en dus iets van opmaak in kunt brengenpersoonlijke voorkeur : doe het a.u.b. niet).
  2. Velden binnen een record kunnen van elkaar gescheiden worden met (k)(c)omma's, semicolon ( punt-komma ), tab teken in hex is dat de waarde 09 , pipesymbool ofwel de recht- staande streep , de Spaanse tilde ~ , uitroepteken e.a.
  3. Startende en volgende blanko's worden niet gelezen - tenzij het veld is omsloten met double-quotes ofwel de twee bovenkomma-s " : in dat geval wordt de opmaak en dus ook een blanko of witruimte bewaard.
  4. In een veld mogen ook komma's vorkomen, eigenlijk moet je hier lezen niet alleen de komma maar het algemene lijst scheidingsteken wat je voor het bestand gebruikt, mits het veld weer geheel omsloten is met double-quotes, zie hiervoor.
  5. Voor opmaak benodigde dubbel-quotes bijvoorbeeld om een naam te benadrukken kun je ze ook toepassen, maar letterlijk dubbelop. De dubbele-quotes omsluit je ter plekke met dubbele quotes en het hele veld ( afgescheiden met in dit voorbeeld met de pipe ) moet ook omsloten zijn met dubbele quotes. Als voorbeeld waarbij Wasbeer het bedoelde woord is en het pipe teken het veld scheidings teken : |"De bruine ""Wasbeer"" heeft het op je kippen gemunt!"|
  6. Middels het omsluiten van het veld met dubbel-quotes kun je dus ook line - breaks ( regel afbrekings tekens )toepassen voor de opmaak, maar liever niet.

CSV bestanden hebben startende nullen in numerieke velden

Soms zijn aanvangs nullen nodig in een gegevensbestand, maar worden doorgaans niet afgebeeld. Niettemin hanteren sommige software programma's daarvoor een stricte interpretatie en zetter er dan een 'is gelijk aan teken' ( = )voor.

Ook al zijn opmaak tekens prachtig voor de leverancier, in de praktijk kan het problemen blijven geven bij het inlezen, maar zeker ook bij de weergave in een datafeed lijst. Laat dat over aan de website-maker.

altijd correct ?

Helaas zijn de data productfeeds niet altijd correct, zeker niet altijd bij verversing, andere header, andere tekens, niet konsekwent in het gebruik van tekens , dus vertrouw daar niet op en controleer voortdurend.

English ( engels )CSV english csv software information

CSV Standard File Format

The CSV ("Comma Separated Values") file format is often used to exchange data between differently similar applications. The CSV file format is useable by KSpread, OpenOffice Calc and Microsoft Excel. Note : KSpread is part of KOffice / Linux/KDE.

CSV files have become somewhat obsolete due to XML data exchange possiblilites (like SOAP), however, for instance in the world of affiliates / affiliate marketing / e - shopping it's still used.

The CSV Format

  1. Each record is one line - as in a text-editor or spreadsheet : the line separator may be a LF ( hexadecimal 0A) or CR LF = Carriage Return ( hexadecimal 0D 0A and decimal 13 and 10 ) plus LineFeed, a line seperator may also be embedded in the data ( making a record more than one line but still acceptable ), still useless because the user has his/her own layout.

    Carriage Return and followed by LineFeed
    some older people do recognize the old typewriter with a handle, a little movement, the paper role is moved to the next line, still on the same typing position, but pushing in the same time the handle to the left, indeed the typing position is carried to the most left position. Carriage Return to the startposition ! Two functions in one handle, two hexadecimal values, so be carefull : in datafeed fields only the value in hexadecimal 0D is possible, without the linefeed, next to the combination of 0D 0A, mostly due to different software programs used for conversion or export.
  2. Fields are separated with comma's, semicolon,tab,pipe, tilde, exclamation sign and others
  3. Leading and trailing whitespace is ignored - unless the field is surrounded with double-quotes : in that case the whitespace is preserved.
  4. Embedded comma's : the field must be surrounded with double-quotes.
  5. Embedded double-quotes must be doubled, and the field must be surrounded with double-quotes, a little cryptic, is n't it?
    For instance: where grizzly is the subject and pipe the delimiter you will get this : |"The brown ""Grizzly bear"" is pretty dangerous!"|
  6. Embedded line-breaks - Fields must be surrounded by double-quotes.
  7. Fields may always be delimited with double quotes, the delimiters will be parsed and discarded by the reading applications.

CSV Files and Leading Zeros on Numeric Fields

Sometimes leading zero values are required in a data set and while the leading zeros are present in the data, they are not displayed. In some software it's possible to force strict interpretation of the CSV field value with a leading = (equal) symbol.

Layout in the datafeed may be a nice idea , nevertheless don't add it, because it will have always a lot of troubles in displaying in another website-design. Leave it to the recipients.

csv feed always correct ?

No, data productfeeds ain't always correct, especially not after refreshing the feed, sometimes with another header, other delimiter signs, not consistent in using delimiters and linefeeds , so don't trust it and check out on a regular base.

software om csv = komma gescheiden waarden te bewerken locaal onder Windows nederlands / dutch csv software informatie

  1. Excel en Open Office en CSV datafeed: het kan maar is niet ideaal.
    het is mogelijk om met scripting het nodige eindresultaat te bereiken, maar gegeven verschillen tussen Excel versies wereldwijd, kunnen op Internet gevonden csv scripts mogelijk niet goed werken. Even inlezen en checken in Excel etc. is natuurlijk geen probleem, die komen pas wanneer je aanpassingen gaat doen. (soms is het handig om een csv bestand te renamen naar een .txt bestand, Excel komt dan automatisch met de conversie - wizard, ofwel indien alle regels in de eerste kolom verschijnen, kies dan menu - Data, data naar kolommen)

    Koop een externe converter voor Excel xls naar csv : Softinterface® Inc , kost maar $ 499.95 ....... als dat is wat je wilt? Natuurlijk, het kan heel geschikt zijn voor grote bedrijven met automatiserings afdelingen.
  2. freeware : CSVed , een pracht programma , zwitsers zakmes , voor manipulatie van bestaande bestanden en maken van nieuwe bestanden. Nadeel : het programma kan niet goed omgaan met lijstscheidingstekens in veld-tekst.
  3. TablePro versie 3 nog freeware. Ondersteuning nihil. Of versie 4 shareware nog zal komen is zeer de vraag, reakties van de maker zijn eveneens nihil en de website werkt niet optimaal, en dat is een teken aan de wand. Er is een script faciliteit, maar om dat onder de knie te krijgen in een niet onderhouden programma is een vraag.
  4. Buy Killink CSV EsselerateShareware programma Killink CSV van White Peak Software Inc. Kost dus geld, beetje afhankelijk van de koers dollar / euro , maar voor $ 27 of bij een koers van augustus 2007 zo'n €20 heb je een leuk programma in handen. Oh ja, ja.

    Zal ik uitleggen : het programma accepteert zo ongeveer alle tekens van het alfabet om als lijst scheidings teken te dienen, eventueel apart als extensie aan te geven, je werkt met het programma in spreadsheet stijl, dus per rij of per kolom, daardoor heb je en houd je een goed overzicht.
    En belangrijkste van alles : de maker is op voorstel via het forum aktief en ook bereid om het programma steeds te verbeteren. Persoonlijk heb ik het hele hier genoemde rijtje in mijn verzameling, maar met dit programma ben ik af en toe best blij en is het de investering waard.

Zowel Table Pro als Killink CSV gaan goed om met velden waarin onhandige tekens zijn verwerkt. Daarentegen is CSVed weer ideaal om een CSV bestand te splitsen in kleinere bestanden op basis van selecties , danwel om juist weer te mergen, dus csv files samen te voegen. Excel even uitgesloten, dan heb je qua investering 2 x niks en 1 maal shareware »» moet je gewoon doen.

software to handle csv = comma seperated values english csv software information

  1. Excel and Open Office : it's possible but certainly not ideal, there are ways to make life easier with the assistance of scripting, but there are differences between all versions of Excel around the world, so keep in mind, probably your script found on the internet will not work as expected.
    Of course, open or import of a comma seperated file is no problem at all, sometimes it's handy te rename te file to an .txt extension, after that Excel will start with the import-wizard, in case all information is stored in the first column, select this column, look in the menu-line for data to column (menu: Data) and there you go. Difficulties will start after changing and saving or exporting....

    Buy an external converter for Excel xls to csv : Softinterface® Inc , cost only $ 499.95 ....... if that is what you want? Of course,it's very suitable for large companies.
  2. freeware : CSVed , a very nifty program , swiss knife , just for manipulation of existing files and / or make new files. Disadvantage : delimiter signs within fields with or without quotes are not supported. Big advantage : search and replace as per row, but also by column.
  3. [http://zgspro.com/] TablePro speedsheet version 3 .28 for csv still freeware. Support none. if and when version 4 shareware will be appear? Still a good question, some reaction from the author : none, the website is not working completely, not a positive sign either. The program holds a script facility, but to study to get it working without garantee on an on going program is perhaps not too smart. Nevertheless it is working as in spreadsheet style with a few automated tasks.(scripting ready)[situation as the world turns on august, 2007]. February 2008 the webpage seems to be out of duty ( unfortunatly my Russian is not as good as it should be ) so this file-link is made to unlinkable.
  4. Buy Killink CSV EsselerateShareware program Killink CSV author White Peak Software Inc. Shareware, sets you back for $ 27 (august 2007), in my point of view a very good investment.

    Just why : the sofware accepts about all characters of the alfabet to serve like a delimiter, you can choose different extensions, working with the software in spreadsheet style, by row or by column, with a perfect overview, changes can be made in the cell, in the content row and in a seperate window.
    And most important of all : the author is active, prepared to enhance the programm, there's also a forum. Personally I have all of these programs above in my collection, including this one, it's worth the investment.

Both: Table Pro and Killink CSV are working well with fields, holding unwanted characters. On the contrary CSVed is ideal to split up a CSV file in smaller files based on selection , or to merge 2 files. The only truth : you have to have all these files, because they all have some nifty issues.

En waarom niet CSV behandelen met PHP nederlands / dutch csv software informatie

CSV bestanden met PHP bewerken kan ook heel goed, zijn prachtige, goed werkende routines voor en soms kun je ook niet anders.
Maar niet iedereen heeft de beschikking over PHP, kent PHP, kan alleen met ASP werken en noem maar op. En dan is het handig om ook onder Windows deze files lokaal aan te pakken. Elders komen we hier op terug, evenals het onderwerp XML

Handling CSV with PHP or not english csv software information

CSV files handle with PHP is of course no problem at all, there are lot's of good working classes.
But... not everybody has PHP on his server, knows the ins and outs of PHP, has only ASP on the server , you name it. Because of that reason it is very handy to work in Windows local to handle these csv files. On a next page we will come back on this issue, next to the subject XML.

CSV als product datafeed nederlands / dutch csv software informatie

Hoewel je er je telefoonboek in kwijt kunt, is een heel goede toepassing een produkten serie, zodat jezelf of een ander met gebruik maken van deze lijst, er weer een andere weergave van kan maken. En voor jezelf kun je het natuurlijk uitbreiden met inkoop en verkoopprijs, marge, resultaten, btw, voorraad en wat je maar wilt.

Voor het samen werken met anderen met behulp van deze data feed (= stroom of een serie produktgegevens) moeten er een aantal zaken wel in verwerkt zijn. Zoals :

  1. header ofwel de koplijn waarin elke kolom een naam heeft, zoals hieronder verkort aangegeven
  2. producturl , de url van het desbetreffende artikel ( url = internetadres)
  3. imageurl , de url van een plaatje van het desbetreffende artikel, bijvoorkeur niet kleiner dan 100 pixels breed en niet groter dan 960 pixels breed (VGA foto formaat) ivm voor alle partijen de bestandsoverdracht
  4. titel = de naam van het artikel
  5. description ofwel omschrijving van het artikel
  6. valuta ofwel de geldsoort, wanneer je ook in het buitenland werkt
  7. prijs (price) van het artikel voor consumenten inklusief btw

In Nederland zijn zo langzamerhand aparte versies per advertentienetwerk, per mediaburo, per noem maar op. Waarom niet meer eenheid? De verschillen in stand houden zal geen cent meer omzet opleveren, sterker: kost meer.

CSV as product datafeed english csv software information

Use it as an telephone-book, account-savings, or as an method to work with affiliates. To store all your products, with the page where it is described, an image, and more. For your own administration combine it with margin, v.a.t, stock information and .......

To cooperate with others, this data feed has to have some items at least :

  1. header where every column has it's name, as described below:
  2. producturl , the internet url where to find that specific product
  3. imageurl , the internet url where to find a picture, for instance not below a width of 100 pixels , nog bigger than 960 pixels wide (VGA picture format) on behave of a handy traffic
  4. title = the name of the product
  5. description of the product
  6. valuta of the price, if selling outside your country
  7. price for consumers including costs as v.a.t.

In the United States for instance there are different models from Ebay Store , Sharesale, ValidClick, Overstock, Searchfeed and others. Why? Differences in product-datafeed will not sell one single cent more.

Opening file in Excel

As I said , if you change the extension ( .txt instead of .csv ) Excel 2000 starts importing with the wizard, then you will have some choices. Nevertheless, although if the option "quotes" was set (as a standard), and if in a textfield the characters CR and/or LF are present, you will see, Excel is not importing perfectly. I mean, these characters don't keep their position within the for instance description field, but become a new recordline in the spreadsheet !

2 options: refuse the productfeed or make a script in Excel VBA , see this one :

Sub getcsv()
'
' csvophalen Macro / get cvs : you don't have to change the extension of the file itself, just put the correct name below
' 1 choose/change directory en file
' 2 delimiter change, not wanted = False, wanted is True
' or everything on False and "Other" on True

ChDir "C:\WEBSITES\www.yoursite.com\puzzlefield" ' change this directory / wijzig deze directory

' change below the directory and filename within the quotes

Workbooks.OpenText Filename:= _
"C:\WEBSITES\www.yoursite.com\puzzlefield\xyz.csv", _
Origin:=xlWindows, StartRow:=1, DataType:=xlDelimited, TextQualifier:= _
xlDoubleQuote, ConsecutiveDelimiter:=False, Tab:=False, Semicolon:=True, _
Comma:=False, Space:=False, Other:=False, FieldInfo:=Array(Array(1, 1), _
Array(2, 1), Array(3, 1), Array(4, 1), Array(5, 1), Array(6, 1), Array(7, 1), Array(8, 1), _
Array(9, 1))

End Sub

As you can see these phrase "Semicolon:=True" is set to true, so the delimiter in use is the semicolon ";"

Now you have a file, holding a pipe as delimiter :

change these :
Semicolon:=False _

Other:=True, OtherChar:="|",

further:
read the csv file in a textprogram like EditpadPro , Crimson etc., and see the delimiter (!), and the header, count the last one and change if necessary the number of Array (x,y), if there are less no changes has to be made.

the text-symbol "_" serves concatenation of the whole instructionline, so don't remove them, it's an essential part.

Just for sure : work always with copies, never with the original file unless you are sure, everything is working well. Using this routine is on your own risk!

Now the final moment: take an empty worksheet in Excel, hit [ALT][F11] to get into the VBA/makro part (be sure you are in the right empty worksheet, VBA project click on Sheet1, otherwise you could overwrite something) , and copy/past the Sub / End Sub , get back to the empty page with again ( toggle-button ) [ALT][F11] . Look into the menu for the headingpart extra or tools , you need "Macro" and then » "macro's" or [ALT][F8], then you will see an overview with all (?) the available macro's, choose this one and hit on the button execute ( uitvoeren ). If everything was filled in well enough, in seconds you will see the complete file you wanted.

Because also the directory was changed, a save will result in the same directory (mostly, if we have the same Excel version).

Now you can work on the file, remove unwanted symbols / words, add words and so on. If your purpose was to remove the codes Cr and LF , in 10.000 records, you will find out, it's no pleisure. OK , I made a basic routine to remove them. Pure a skeleton routine, next to a saving model in all delimiters.
But why keeping a headache working in Excel 2000, and Killink CSV will do the job? Just get it. As posted in the forum (Posted 7/27/2007 1:09:26 PM) it will be implemented soon.


top pagina

Polen last minute vakantiereis


» keuken trends » - » kinder trends » - » kleding trends »
» horloge trends »

Deze pagina toevoegen aan uw favorieten ? Toets : ctrl-D

.
disclaimer
Alle informatie op de site(s) van WFS www.financiele-coach.nl en www.mynidee.com zijn met zorg samengesteld. Toch is het niet uit te sluiten dat informatie incidenteel niet juist, onvolledig en/of niet up to date is. WFS kan hiervoor geen enkele aansprakelijk aanvaarden.
bemiddeling / advies
wfs mynidee.com & financiele-coach.nl houdt zich niet met bemiddeling of advisering aan particulieren of bedrijven bezig en is geheel onafhankelijk van zich op die markt bewegende partijen.
copy-right
Op alle op de site aanwezige informatie, text,beeld of anderszins, rust auteursrecht.

©WFS Hondsrug Studio's webdesign 2002-2008

top pagina