Split txt file in multiple files

Hi, (@Palaniyappan, @Rammohan91 l)
I have a CSV file containing 250000 records in it . I want to split the csv file into multiple files each of 25000 records .
Is it possible ?
if you suggest me code then do paste the code !

Thanks,
CAmilla

1 Like

Hi,

Hope the following helps you.

Sample20200201.zip (13.3 KB)

Regards,

3 Likes

Thank you so much @Yoichi,

what is the variable “vbCrLf”?
Thank you for your precious help,
Camilla

Hi,

vbCrLf is linebreak in VB.net. It’s same as
Chr(13)&Chr(10).

Regards,

1 Like

Thank you so much,

seems working.
Camilla.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.