How to copy paste data in a file which is more than 200kb in size?

how to copy paste data in a file which is more than 200kb in size?

There’s no elegant solution at the moment - you can copy and paste it in chunks. If it’s a static file then uploading it to assets works, or if you need to edit it once it’s in the project then you can import it via the console using wget or similar.