

# FormatOptions
<a name="API_FormatOptions"></a>

Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.

## Contents
<a name="API_FormatOptions_Contents"></a>

**Note**  
In the following list, the required parameters are described first.

 ** Csv **   <a name="databrew-Type-FormatOptions-Csv"></a>
Options that define how CSV input is to be interpreted by DataBrew.  
Type: [CsvOptions](API_CsvOptions.md) object  
Required: No

 ** Excel **   <a name="databrew-Type-FormatOptions-Excel"></a>
Options that define how Excel input is to be interpreted by DataBrew.  
Type: [ExcelOptions](API_ExcelOptions.md) object  
Required: No

 ** Json **   <a name="databrew-Type-FormatOptions-Json"></a>
Options that define how JSON input is to be interpreted by DataBrew.  
Type: [JsonOptions](API_JsonOptions.md) object  
Required: No

## See Also
<a name="API_FormatOptions_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/databrew-2017-07-25/FormatOptions) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/databrew-2017-07-25/FormatOptions) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/databrew-2017-07-25/FormatOptions) 