Javascript Random List Splitter
We had to run an on-boarding email A/B test the other day by randomly splitting thousands of new signups into sub-lists to send out as different campaigns.
This prompted me to write this little JS tool for splitting delimited list (comma, tab, newline and semi-colon) back at home. Enjoy!
Note that the split does not guarantee that each list will receive the same number of items
Note that the split does not guarantee that each list will receive the same number of items
Comments