forked from ytgov/travel-authorization
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travel Desk: Update Travel Port Parse tool #231
Comments
Example 1
|
Example 2
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update the Travel Port Text Parsing tool to parse the raw information.
Parse Example:
In this sample, I am providing two options I think best “to” Toronto and return “to” Whitehorse.
1 . AC 8098 V 12JUL YXYYVR SS1 0500 0721 * E SA 1
OPERATED BY AIR CANADA EXPRESS - JAZZ
2 . AC 34 V 12JUL YVRYYZ SS1 0900 1626 * E SA 1
3 . 4N 509 Y 12JUL YXYYVR GK1 0700 0915 SA
4 . WS 714 B 12JUL YVRYYZ SS1 1315 2047 * E SA
5 . AC 101 S 20JUL YYZYVR SS1 0700 0850 * E SU 2
6 . AC 8099 S 20JUL YVRYXY SS1 1350 1614 * E SU 2
OPERATED BY AIR CANADA EXPRESS - JAZZ
7 . WS 705 B 12JUL YYZYVR SS1 0900 1113 * E SA
8 . 4N 540 Y 12JUL YVRYXY GK1 1415 1640 SA
Information mapping:
1 AC 8098 V 12JUL YXYYVR SS1 0500 0721 * E SA 1
1 flight segment #
AC Airline code - Air Canada). If the is an @ symbol (@ac), it that identifies a co-shard flight, and the flight is operated by another carrier.
8098 flight number)
V booking fare level code
12Jul day/month
YXY Whitehorse – departure city
YVR Vancouver – arrival city
SS holding unconfirmed
1 # of seats
0500 departure time
0721 arrival time
(*) identifies as active
E identifies electronic ticketing
SA day of the week – Saturday
1 identifies married segments or segments that are together and must be changed together
The text was updated successfully, but these errors were encountered: