Batch Mode Tiny URL
All fields except first one is optional. In case of any error in a particular line, that line is skipped and the processing continues from next line.
Line format : your_long_url, (1|2), your_custom_short_url, (1|2), your_password, (1|2|3), expiry_value, (1|2|3|4|5|6)
- Your long URL, Error if empty
- Custom short URL flag, 1 -> No, 2 -> Yes, Assumed 1 if empty
- Your custom short URL, can be empty if previous field contains 1, Error if previous field contains 2 and this field is empty
- Password protect flag, 1 -> No, 2 -> Yes, assumed 1 if empty
- Your password, can be empty if the previous field contains 1, Error if previous field contains 2 and this field is empty
- Short URL expiry flag, 1 -> No, 2 -> Yes and based on no. of hits, 3 -> Yes and based on a given time period. Assumed 1 if empty.
- No. of hits or time period if the previous field contained 2 or 3. Can be empty if the previous field contained 1. Error if previous field contained 2 or 3 and this field is empty.
- This field specifies time period unit for short url expiration. 1, 2, 3, 4, 5 & 6 correspond to second, minute hour, day, month & year. If empty and the short url expiry flag field contains 3 then 4 is assumed.
