Skip to content

Commit

Permalink
Update 1300 - types.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fscelliott committed Aug 21, 2023
1 parent 2fae16e commit 7ed4b40
Showing 1 changed file with 8 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -652,8 +652,6 @@ Configurable syntax





Number
====

Expand All @@ -672,7 +670,7 @@ For example:

This type does **not** recognize text such as `3.061.534,45`. Configure the Currency type instead.

Example output:
**Example output**

```json
{
Expand Down Expand Up @@ -704,7 +702,7 @@ For example:



Example:
**Example output**

```json
{
Expand All @@ -714,10 +712,6 @@ Example:
}
```





Phone Number
====

Expand All @@ -741,7 +735,7 @@ Examples:
+91 9999-999999
```

Example output:
**Example output**


```json
Expand All @@ -758,9 +752,9 @@ This type does *not* recognize country calling codes formatted with 00, for exam
String
====

Returns strings.
Default type. Returns strings.

Example output:
**Example output**

```
{
Expand All @@ -772,12 +766,7 @@ Example output:
Table
====

Use with the Table methods:

- [Invoice](doc:invoice)
- [Fixed Table](doc:fixed-table)
- [Table](doc:table)
- [Text Table](doc:text-table)
Required when you define a Table method, for example, [Invoice](doc:invoice), [Fixed Table](doc:fixed-table), or [NLP Table](doc:nlp-table).

Weight
====
Expand All @@ -799,8 +788,7 @@ For example:
634.83
```


Example output:
**Example output**

```json
{
Expand Down Expand Up @@ -838,7 +826,7 @@ $527.01-
($400.567)
```

Example output:
**Example output**


```json
Expand Down

0 comments on commit 7ed4b40

Please sign in to comment.