Aligns the keys of an input data object with the headers read from a Google Sheet.
object
): An object presumably containing the data read from a Google Sheet, including headers (e.g., the output of “Read Sheet”).object
): The data object that needs its keys/values reordered to match the readSheet
headers.object
): The input data
object, potentially with its key-value pairs reordered to match the header order from the readSheet
input.