Skip to main content

I have successfully used FME Data Express with csv files being uploaded directly from the users iOS mobile device. However I now need to have the users upload a .htm file instead of csv for the same type of workflow. It works fine on the browser using a FME Server app to upload a htm, however when using a htm table reader in the FME Data Express app, where the green + sign should be to add a file, I get [Unsupported] Source Dataset.

 

I would like to know what file formats are supported for direct mobile device upload on iOS for FME Data Express, so I can try to develop some sort of workaround.

 

Hi @neilmyoung​ ,

 

This might be related to the parameter type being used. Could you try recreating the user parameter in the navigator and setting the parameter type to File.

 

2021-01-12_13-07-07The default parameter that is created for this is a file or url type parameter which is currently not supported in the FME Data Express App. Let me know if that does the trick or if you are still running into issues.


Hi @neilmyoung​ ,

 

This might be related to the parameter type being used. Could you try recreating the user parameter in the navigator and setting the parameter type to File.

 

2021-01-12_13-07-07The default parameter that is created for this is a file or url type parameter which is currently not supported in the FME Data Express App. Let me know if that does the trick or if you are still running into issues.

Just to expand on Chris' answer, you can find a full list of the supported parameter types on Sienna's answer to this community question.


Reply