Jump to content
UBot Underground

Add New Data Without Overwriting Previous In Csv File


Recommended Posts

I scrape a data and save it in csv file, 

 

let say

data1

data2

data3

data4

 

Now I try to enter new data, but it overwrite the previous. Instead I want it to add new data from next row, so that data become

 

data1

data2

data3

data4

newdata1

newdata2

newdata3

 

can you help how this can be done without increment function, 

 

Thanks

Edited by spa3212
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...