Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CURL.GetInputAsText
Returns the input of the transaction as text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 2.8 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "CURL.GetInputAsText"; curl { ; Encoding; preserveLineEndings } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
curl | The CURL session handle. | $curl | |
Encoding | The text encoding for result. Default is native. This function can also handle UTF-16 as well as UTF-16LE and UTF-16BE for little/big endian byte order. Possible encoding names: ANSI, ISO-8859-1, Latin1, Mac, Native, UTF-8, DOS, Hex, Base64 or Windows. More listed in the FAQ. |
"UTF-8" | Optional |
preserveLineEndings | Whether to change line endings to CR for FileMaker. By default (0) we change the line endings to CR, so FileMaker has no trouble. Pass 1 to keep whatever line endings are there. |
0 | Optional |
Result
The input data as text.
Description
Returns the input of the transaction as text.You are responsible for detecting decoding.
Plugin version 5.2 and newer replace newlines automatically for you to match what FileMaker uses (Mac line endings).
Examples
Write input to a text file:
Set Variable [ $r ; Value: MBS( "Text.WriteTextFile"; MBS( "CURL.GetInputAsText"; $curl; "UTF-8"; 1 ); "/tmp/test.txt" ) ]
See also
Release notes
- Version 9.3
- Added preserveLineEndings parameter for CURL.GetDebugAsText, CURL.GetHeaderAsText, CURL.GetInputAsText and CURL.GetResultAsText function.
Example Databases
Blog Entries
- Sending email with a huge custom function
- MBS FileMaker Plugin, version 9.3pr6
- Email Script for FileMaker
- Sending emails in FileMaker with MBS Plugin
- MBS FileMaker Plugin, version 5.2pr7
- MBS Filemaker Plugin, version 3.2pr3
- MBS Filemaker Plugin, version 2.8pr10
This function checks for a license.
Created 18th August 2014, last changed 16th December 2020