-
Notifications
You must be signed in to change notification settings - Fork 7
Converting BWS data into sorting order file
ALIENQuake edited this page Feb 11, 2019
·
9 revisions
- Open this regex page: https://regexr.com/480d2
- Paste content of this file into "Text" field
- Copy and save results from "Tools" window to BG1EE-temp1.txt
- Next, open this regex page: https://regexr.com/480el
- Paste previously generated content from BG1EE-temp1.txt into "Text" field
- Copy and save results from "Tools" window to BG1EE-temp2.txt
- Open "Creating sorting order file from converted data using Excel" page and follow instruction using data from BG1EE-temp2.txt file
- Open this file, copy content and remove everything before
ANN;-- install EET itself --
, save to BG2EE-temp0.txt - Open this regex page: (https://regexr.com/480d2), paste content from temp0.txt into "Text" field
- Copy and save results from "Tools" window to BG2EE-temp1.txt
- Next, open this regex page: (https://regexr.com/480el), paste content from temp1.txt into "Text" field
- Copy and save results from "Tools" window to BG2EE-temp2.txt
- Open "Creating sorting order file from converted data using Excel" page and follow instruction using data from BG2EE-temp2.txt file