+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "base64StringToArrowTable"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## base64StringToArrowTable() function
### base64StringToArrowTable() function
Signature
```typescript
export declare function base64StringToArrowTable(text: string): Table;
```
Import
```typescript
import { base64StringToArrowTable } from '@grafana/data';
```
Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| text | string
| |
Returns:
`Table`