Author: Nic Clouston
Posted: Fri Oct 28, 2016 8:09 pm (GMT 5.5)
Is this a one-off for this particular record? If so you would be better off writing a simple program or even doing it manually. If not, will the value to be output on each split always be 250,000? If not, how is that calculated? Suppose you cannot get 10 records from splitting e.g. if your input record was:
you would only get 5 splits and nothing in your second dataset (not file).
_________________
Regards
Nic
Posted: Fri Oct 28, 2016 8:09 pm (GMT 5.5)
Is this a one-off for this particular record? If so you would be better off writing a simple program or even doing it manually. If not, will the value to be output on each split always be 250,000? If not, how is that calculated? Suppose you cannot get 10 records from splitting e.g. if your input record was:
Code: |
12345 1250000 |
you would only get 5 splits and nothing in your second dataset (not file).
_________________
Regards
Nic