Q. How to export APF fields to a table and export as csv
A.
Each APF map can be converted to 1D array of size (
DimX*DimY*DimZ )
R_g1 = Rarray(m_g1) # size of array will be Nof(m_g1,3)*Nof(m_g1,2)*Nof(m_g1,1)
All maps can be group to table and exported as CSV
group table T_apf Rarray(m_g1) "g1" Rarray(m_g2) "g2" Rarray(m_g3) "g3" Rarray(m_g4) "g4" Rarray(m_g6) "g5" Rarray(m_g6) "g6" Rarray(m_g7) "g7"
Then it can be exported to any format