Sonal Patel 30.May.12 01:12 PM a Web browser Notes ClientAll ReleasesWindows XP
Hi,
I have a text file that i need to import from into a Notes text field. Since the text field limit is 32k, What i need to do is if the data is over 32k then, i need to break the data in to multiple fields.
So for example if the data in the text file is 70k, then 3 text fields should be populated. 1st field containing 32k, 2nd field containing 32k and then the last field containing 6k.
Please help me on how to extract data from the text file populating multiple fields.