""" Report Column Headings The column headings to display on the audit report are REPORT_COLUMN_HEADINGS. The keys for the values that map to this, are VAPI_REPORT_FIELDNAMES. Any value from VAPI we don't want in the report, can just be omitted from this const. They are 'mapped' to each other by their order. """ VAPI_REPORT_FIELDNAMES = [ 'vendorId', 'subaccountId', 'upc', 'iodaUpc', 'artistName', 'releaseName', 'cmsAccount', 'trackCount', 'numAssets', 'imprint', 'genre', 'subgenre', 'deletions', 'youtubeCarveout', 'dateAddedToOA', 'deliveryFeed', 'dateDelivered', 'isCMSAccountAsset', 'isYoutubeAsset'] REPORT_COLUMN_HEADINGS = [ 'Label ID', 'Subaccount ID', 'UPC', 'IODA UPC', 'Artist Name', 'Release Name', 'CMS Account', 'Track Count', 'Number Assets', 'Label Imprint', 'Genre', 'Subgenre', 'Deleted', 'YouTube Carveout', 'Date Added to OA', 'Delivery Feed', 'Date Delivered to YouTube', 'My Assets', 'All Assets', 'Notes']