profiles.csv
Everything you need to understand how profiles.csv works
You can see which columns you will need to fill before running, in the guide of the site you want to run
ProfileName: This column is used by the task to identify which profile info it should use. (eg :profile12)
FirstName: The firstname used by the task if it needs one on a module for example for auto checkout, etc. (eg :Alice)
LastName: The lastname used by the task if it needs one on a module for example for auto checkout, etc. (eg :Dupont)
PhoneNumber: The phone number used by the task if it needs one on a module for example for auto checkout, etc. (eg :0685345054)
HouseNumber: The house number used by the task if it needs one on a module for example for auto checkout, etc. (eg :45B)
Address: The address used by the task if it needs one on a module for example for auto checkout, etc. (eg :Rue du moulin)
City: The name of the city used by the task if it needs one on a module for example for auto checkout, etc. (eg :Paris)
ZipCode: The zip code of the city used by the task if it needs one on a module for example for auto checkout, etc. (eg :75005)
State: The state of the city used by the task if it needs one on a module for example for auto checkout, etc. (eg :Ile-de-France)
Country: The country of the city used by the task if it needs one on a module for example for auto checkout, etc. (eg :France)
GiftCards: The gift cards that will be used by the task to checkout a cart, for example for PSG Auteuil Module. You can use multiple gift cards by separating them with a;. (eg :D646ADA4,D646ADA4;JY5JF4ZF6Q;JYVCXVX34)
CcNumber: The number of your credit card that will be used by the task to checkout a cart. (eg :4635799623566552)
CcExpiryMonth: The expiry month of your credit card that will be used by the task to checkout a cart. (eg :06)
CcExpiryYear: The expiry year of your credit card that will be used by the task to checkout a cart. (eg :2028)
CcCVV: The securiry code of your credit card that will be used by the task to checkout a cart. (eg :756)
Last updated