DocHub makes it fast and straightforward to strike out initials in csv. No need to download any extra application – simply add your csv to your profile, use the easy drag-and-drop user interface, and quickly make edits. You can even use your desktop or mobile device to modify your document online from any place. That's not all; DocHub is more than just an editor. It's an all-in-one document management platform with form creating, eSignature features, and the option to enable others fill in and eSign documents.
Each file you edit you can find in your Documents folder. Create folders and organize records for easier search and retrieval. Furthermore, DocHub guarantees the safety of all its users' information by complying with stringent security protocols.
so in this video weamp;#39;re going to be looking at how to write records to a file so when i say record i mean having multiple bits information on a single line all separated by commas so effectively weamp;#39;re looking at how to create a comma separate value file or csv okay so thatamp;#39;s the plan so weamp;#39;re going to be looking at how to create something known as a csv file or comma separated values file it is a really simple way of storing data so each line can be thought of um one collection of information so in this case weamp;#39;ve got the initials of someone and their high score maybe playing a computer game i donamp;#39;t know um so each line we call a record okay and um essentially weamp;#39;ve got the initials and the score going together so they we want those stored together so when we read it back we know whose score goes with who thatamp;#39;s the idea okay so um what this little program will do is output the initials and a score to a file so what