An error occurred when importing the .dat file exported from Tecplot

.dat file that was exported from Tecplot, I want to open it in ParaView. Import .dat file, error occurred in ParaView.Below is some information from my .dat file:

TITLE = “OUTPUT”  
VARIABLES = “X”  
“Y”  
“U”  
“V”  
“P”  
“Vor”  
“Solid”  
“phils”  
ZONE T=“ZONE 001”  
STRANDID=0, SOLUTIONTIME=0  
I=481, J=490, K=1, ZONETYPE=Ordered  
DATAPACKING=BLOCK  
VARLOCATION=([3-8]=CELLCENTERED)  
DT=(SINGLE SINGLE SINGLE SINGLE SINGLE SINGLE SINGLE SINGLE )  
-6.666666828E-03 0.000000000E+00 6.666666828E-03 1.333332993E-02 1.999999955E-02  
2.666666918E-02 3.333333135E-02 3.999999911E-02 4.666667059E-02 5.333333090E-02  
5.999999866E-02 6.666667014E-02 7.333333045E-02 7.999999821E-02 8.666667342E-02  
......  
......  

Google Drive link:test.dat
Open this file in ParaView 5.12.0-RC1 on ubuntu20.04.6 LTS, but I get two warnings:

Warning: In vtkTecplotReader.cxx, line 1941   vtkTecplotReader (0x6e6a710): /home/zhang/1.dat; Tecplot zone record parameter 'STRANDID' is currently unsupported.
Warning: In vtkTecplotReader.cxx, line 1947
vtkTecplotReader (0x6e6a710): /home/zhang/1.dat; Tecplot zone record parameter 'SOLUTIONTIME' is currently unsupported.

the geometry looks like this:


Which looks like either points or cell ordering information is being read wrong.

Thanks for opening the issue (https://gitlab.kitware.com/paraview/paraview/-/issues/22705).

I’m not familiar with tecplot, maybe your element are not defined in the correct order ?

Thank you for your reply. Indeed, it is very likely that my elements were not defined in the correct order. Thanks again!