Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have two excel sheets which look like shown in the provided images.
Now I want to join them more or les randomly. Aircrafts which have an x in the long_haul_ac column should be joined with 1-2 flights from the flight plan. Aircrafts which do not have the x should be joined with 4-6 (short haul) flights from the flight plans.
So in the end there should be several rows containing the same ac_reg but different information from flight plan.
Hi,
I have two excel sheets which look like shown in the provided images.
Now I want to join them more or les randomly. Aircrafts which have an x in the long_haul_ac column should be joined with 1-2 flights from the flight plan. Aircrafts which do not have the x should be joined with 4-6 (short haul) flights from the flight plans.
So in the end there should be several rows containing the same ac_reg but different information from flight plan.
Could you please paste the expected result into forum so that we can get it more precisely.
Best regards
Sabrina
Make four inputs:
1. Write the shorthaul flight times to a delimited file and then use tFileInputFullRow to get one at a time.
2. Write the longhaul flight times to a delimited file and then use tFileInputFullRow to get one at a time.
3. Write shorthaul planes to a delimited file and then use tFileInputFullRow to get one at a time.
4. Write longhaul planes to a delimited file and then use tFileInputFullRow to get one at a time.
This ensures nothing is used more than a single time.