|
I'm getting an error about an invalid PFT in history file that I can't make sense of. The only PFT in the history file is PFT 9 and it is also the only PFT set for .css file |
Answered by
mpaiao
Nov 9, 2022
Replies: 1 comment 2 replies
|
@Aariq note that the columns in your css file are not in the same order as shown in the Wiki. The header in the pss and css files are for reference only. The code does not read the header, it expects the data to be provided in the order shown in the table. This was not clear in the Wiki, so I just revised it to include a note about the order of the columns. |
2 replies
Answer selected by
Aariq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Aariq note that the columns in your css file are not in the same order as shown in the Wiki. The header in the pss and css files are for reference only. The code does not read the header, it expects the data to be provided in the order shown in the table.
This was not clear in the Wiki, so I just revised it to include a note about the order of the columns.